Skip to content

Commit 27efc43

Browse files
committed
isort
1 parent 2f228de commit 27efc43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

posthog/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from posthog.client import Client
66
from posthog.exception_capture import Integrations # noqa: F401
7-
from posthog.scopes import clear_tags, get_tags, new_context, tag, scoped
7+
from posthog.scopes import clear_tags, get_tags, new_context, scoped, tag
88
from posthog.types import FeatureFlag, FlagsAndPayloads
99
from posthog.version import VERSION
1010

posthog/test/test_scopes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import unittest
22
from unittest.mock import patch
33

4-
from posthog.scopes import clear_tags, get_tags, new_context, tag, scoped
4+
from posthog.scopes import clear_tags, get_tags, new_context, scoped, tag
55

66

77
class TestScopes(unittest.TestCase):

0 commit comments

Comments
 (0)