Skip to content

Commit

Permalink
Make pyright happy
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Luis Rivero <[email protected]>
  • Loading branch information
j-rivero committed Sep 4, 2024
1 parent d0812ed commit d9a645b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gzdev.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
from docopt import docopt

if __name__ == '__main__':
assert __doc__ is not None # make pyright happy
args = docopt(__doc__, version='gzdev-core 0.1.0', options_first=True)
cmd = args['<command>']
is_valid = {'ign-docker-env': True,
Expand Down

0 comments on commit d9a645b

Please sign in to comment.