diff --git a/src/shellcraft/tutorial.py b/src/shellcraft/tutorial.py index 28426df..c74b197 100644 --- a/src/shellcraft/tutorial.py +++ b/src/shellcraft/tutorial.py @@ -14,7 +14,6 @@ class TutorialFactory(BaseFactory): FIXTURES = "tutorials.toml" ITEM_CLASS = Step - def get_next_step(self): step = self.get(str(self.game.state.tutorial_step)) if not step or not self.is_available(step):