We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d59f7 commit ebd2ecbCopy full SHA for ebd2ecb
posthog/client.py
@@ -8,9 +8,9 @@
8
from datetime import datetime, timedelta
9
from uuid import UUID, uuid4
10
11
+import distro # For Linux OS detection
12
from dateutil.tz import tzutc
13
from six import string_types
-import distro # For Linux OS detection
14
15
from posthog.consumer import Consumer
16
from posthog.exception_capture import ExceptionCapture
0 commit comments