Skip to content

Commit

Permalink
types: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff committed Oct 15, 2023
1 parent 228e951 commit 18dfb85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def main():
profiles_sample_rate=1.0,
)

apply_arguments(docopt(__doc__, version=VERSION))
apply_arguments(docopt(__doc__, version=VERSION)) # type: ignore
recur_dir = Path(CONFIG["recur_dir"])

cards = CardPipeline(
Expand Down

0 comments on commit 18dfb85

Please sign in to comment.