We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b6aff0 commit f420efaCopy full SHA for f420efa
1 file changed
pyunicore/uftp/uftp.py
@@ -158,7 +158,7 @@ class AuthServer:
158
Helper to interact with an UFTP Authserver.
159
"""
160
161
- def __init__(self, security: Credential | Transport, url: str):
+ def __init__(self, security, url):
162
if isinstance(security, Credential):
163
self.transport = Transport(security)
164
elif isinstance(security, Transport):
0 commit comments