Skip to content

Commit 786d81d

Browse files
chore: run ruff format.
1 parent 1cd2b64 commit 786d81d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

posthog/__init__.py

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

0 commit comments

Comments
 (0)