Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Jan 4, 2025
1 parent 23633c6 commit d9564a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milc/milc.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ def add_subcommand(
kwargs['help'] = description

# Type ignored because we explicitly add a subparser above
self.subcommands[name] = SubparserWrapper(self, name, self._subparsers.add_parser(name, **kwargs)) # type: ignore[union-attr]
self.subcommands[name] = SubparserWrapper(self, name, self._subparsers.add_parser(name, **kwargs)) # type: ignore[union-attr]
self.subcommands[name].set_defaults(entrypoint=handler)

self.release_lock()
Expand Down

0 comments on commit d9564a1

Please sign in to comment.