Skip to content

Commit

Permalink
Missing "Machine" import
Browse files Browse the repository at this point in the history
  • Loading branch information
F6071805 Kaue Doretto Grecchi authored and aleneum committed Aug 23, 2021
1 parent 66c68fe commit f2b3f7b
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 @@ -256,7 +256,7 @@ The following snippets illustrate several ways to achieve the same goal:

```python
# import Machine and State class
from transitions import State
from transitions import Machine, State

# Create a list of 3 states to pass to the Machine
# initializer. We can mix types; in this case, we
Expand Down

0 comments on commit f2b3f7b

Please sign in to comment.