Skip to content

Commit 3b42976

Browse files
committed
Remove incorrect type annotations from tests
1 parent e0ff759 commit 3b42976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/external_aiobotocore/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class MotoService:
6969

7070
_services = {} # {name: instance}
7171

72-
def __init__(self, service_name: str, port: int = None, ssl: bool = False):
72+
def __init__(self, service_name, port = None, ssl = False):
7373
self._service_name = service_name
7474

7575
if port:

0 commit comments

Comments
 (0)