Skip to content

Commit

Permalink
Fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Aug 15, 2024
1 parent 3add485 commit 39a3526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudview/cloudview.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def print_info() -> Response | None:
executor.map(print_instances, clients)
Output().footer()
if args.port:
response = sys.stdout.getvalue()
response = sys.stdout.getvalue() # type: ignore
sys.stdout.close()
return response
return None
Expand Down

0 comments on commit 39a3526

Please sign in to comment.