Skip to content

Commit 5e0ee40

Browse files
committed
Drop unnecessary type: ignore
This has been fixed in types-requests [1]. [1] python/typeshed#15778 Signed-off-by: Stephen Finucane <stephenfin@redhat.com> Change-Id: I2f8feb12445acd5885c7c1f4b1a74661dd43b11c
1 parent 69b8e21 commit 5e0ee40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

keystoneauth1/session.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,4 +1670,4 @@ def init_poolmanager(self, *args: ty.Any, **kwargs: ty.Any) -> None:
16701670
# hands for no longer than 2 minutes before a ConnectionError is
16711671
# raised.
16721672
kwargs['socket_options'] = socket_options
1673-
super().init_poolmanager(*args, **kwargs) # type: ignore[no-untyped-call]
1673+
super().init_poolmanager(*args, **kwargs)

0 commit comments

Comments
 (0)