Skip to content

Commit

Permalink
Merge pull request #5 from dimitrovskif/patch-1
Browse files Browse the repository at this point in the history
Fix import error in example
  • Loading branch information
100 authored Jun 24, 2017
2 parents aac68da + a08c19b commit b3590d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
```python
from random import choice, randint, random
from string import lowercase
from Solid import EvolutionaryAlgorithm
from Solid.EvolutionaryAlgorithm import EvolutionaryAlgorithm


class Algorithm(EvolutionaryAlgorithm):
Expand Down

0 comments on commit b3590d4

Please sign in to comment.