Skip to content

Commit b53b2a9

Browse files
committed
Sort those imports
1 parent e6c4c52 commit b53b2a9

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
@@ -2,8 +2,8 @@
22
import logging
33
import numbers
44
import os
5-
import warnings
65
import sys
6+
import warnings
77
from datetime import datetime, timedelta
88
from uuid import UUID, uuid4
99

0 commit comments

Comments
 (0)