Skip to content

Commit

Permalink
Add missing annotation for SSl key password
Browse files Browse the repository at this point in the history
  • Loading branch information
druzsan committed Feb 26, 2024
1 parent abaaf04 commit 2cbcaae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renumics/spotlight/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ class Viewer:
_requested_port: Union[int, Literal["auto"]]
_ssl_keyfile: Optional[str]
_ssl_certfile: Optional[str]
_ssl_keyfile_password: Optional[str]
_server: Optional[Server]
_df: Optional[pd.DataFrame]

Expand Down

0 comments on commit 2cbcaae

Please sign in to comment.