Skip to content

Commit 1572580

Browse files
committed
chore: Add a type ignore
1 parent 99bacfb commit 1572580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
import requests
1313
from dateutil.tz import tzutc
14-
from requests.adapters import HTTPAdapter
14+
from requests.adapters import HTTPAdapter # type: ignore[import-untyped]
1515
from urllib3.connection import HTTPConnection
1616
from urllib3.util.retry import Retry
1717

0 commit comments

Comments
 (0)