Skip to content

Commit e1385dc

Browse files
chore: fix ruff check import error
1 parent a3e3bec commit e1385dc

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

posthog/__init__.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@
5555
set_socket_options as set_socket_options,
5656
SocketOptions as SocketOptions,
5757
)
58-
from posthog.types import FeatureFlag, FlagsAndPayloads, BeforeSendCallback
58+
from posthog.types import (
59+
BeforeSendCallback as BeforeSendCallback,
60+
FeatureFlag,
61+
FlagsAndPayloads,
62+
)
5963
from posthog.types import (
6064
FeatureFlagResult as FeatureFlagResult,
6165
)

0 commit comments

Comments
 (0)