Skip to content

Commit

Permalink
fix: drop the type hint to pass the python2 ci test
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Wang <[email protected]>
  • Loading branch information
ramwin committed Jan 21, 2022
1 parent 75fe445 commit 22a17cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyftpdlib/servers.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ class FTPServerContext():
# auto close the FTPServer
"""

def __init__(self, server: FTPServer):
def __init__(self, server):
self.server = server
self.thread = None

Expand Down

0 comments on commit 22a17cf

Please sign in to comment.