Skip to content

Commit

Permalink
fix: mycry
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Nov 1, 2024
1 parent b2355ef commit cec90a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ape/cli/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def __init__(self, *args, **kwargs):

def parse_args(self, ctx: "Context", args: list[str]) -> list[str]:
arguments = args # Renamed for better pdb support.
base_type = None if self._use_cls_types else str
base_type: Optional[type] = None if self._use_cls_types else str
if existing_option := next(
iter(
x
Expand Down

0 comments on commit cec90a8

Please sign in to comment.