Skip to content

Commit 2cadaa8

Browse files
chore: remove unused imports from test file
Remove unused json and Thread imports flagged by ruff linter. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent e0b040a commit 2cadaa8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

posthog/test/test_realtime_feature_flags.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import json
21
import time
32
import unittest
4-
from threading import Thread
53
from unittest import mock
64

75
from posthog.client import Client

0 commit comments

Comments
 (0)