Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
obar1 committed Sep 13, 2024
1 parent 2e3f381 commit a3a30a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zero_to_one_hundred/factories/a_factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SUPPORTED_PROCESSOR(Enum):
def __init__(self, persist_fs: APersistFS):
self.persist_fs = persist_fs

def get_processor(self) -> Generator[AProcessor, None, None]:
def get_processor(self,args) -> Generator[AProcessor, None, None]:
yield self.help_processor()

def help_processor(self):
Expand Down

0 comments on commit a3a30a8

Please sign in to comment.