Skip to content

Commit ebd2ecb

Browse files
committed
omg
1 parent f4d59f7 commit ebd2ecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posthog/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
from datetime import datetime, timedelta
99
from uuid import UUID, uuid4
1010

11+
import distro # For Linux OS detection
1112
from dateutil.tz import tzutc
1213
from six import string_types
13-
import distro # For Linux OS detection
1414

1515
from posthog.consumer import Consumer
1616
from posthog.exception_capture import ExceptionCapture

0 commit comments

Comments
 (0)