Skip to content

Commit

Permalink
[build fix] Fix type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy C committed Jun 28, 2024
1 parent 7ed0ab6 commit 3527ba9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions builtin/pure_osh.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ def __init__(self, mutable_opts, cmd_ev):
self.cmd_ev = cmd_ev

def _PrintOptions(self, use_set_opts, opt_names):
# type: (List[str]) -> None

# type: (bool, List[str]) -> None
if use_set_opts:
self.mutable_opts.ShowOptions(opt_names)
else:
Expand Down

0 comments on commit 3527ba9

Please sign in to comment.