Skip to content

Commit

Permalink
type decorations added
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Simone Zuppone committed Sep 23, 2022
1 parent 7981ee8 commit e708144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payShieldToSyslog.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class PayConnector:
When is False the connection needs to be opened
"""

def __init__(self, host, port, protocol, keyfile=None, crtfile=None):
def __init__(self, host: str, port: int, protocol: str, keyfile: str = None, crtfile: str = None):
"""Constructor for the PayConnector class. It sets all the initial parameters.
Parameters
Expand Down

0 comments on commit e708144

Please sign in to comment.