Skip to content

Commit f420efa

Browse files
committed
.
1 parent 9b6aff0 commit f420efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyunicore/uftp/uftp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ class AuthServer:
158158
Helper to interact with an UFTP Authserver.
159159
"""
160160

161-
def __init__(self, security: Credential | Transport, url: str):
161+
def __init__(self, security, url):
162162
if isinstance(security, Credential):
163163
self.transport = Transport(security)
164164
elif isinstance(security, Transport):

0 commit comments

Comments
 (0)