Skip to content

Commit

Permalink
Make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Jan 16, 2023
1 parent fcaa952 commit 0e1622b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion splitgpg2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class GpgServer:

def __init__(self, reader: asyncio.StreamReader,
writer: asyncio.StreamWriter, client_domain: str,
debug_log: str = None):
debug_log: Optional[str] = None):

# configuration options:
self.verbose_notifications = False
Expand Down

0 comments on commit 0e1622b

Please sign in to comment.