Skip to content

Commit

Permalink
Fix import error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
fikisipi authored Jun 24, 2017
1 parent aac68da commit a08c19b
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 a08c19b

Please sign in to comment.