Skip to content

Commit 37fbec8

Browse files
Copilotdkropachev
andcommitted
Remove unused groupby import
- Removed groupby from itertools imports as it's no longer used - Keep imports clean and minimal Co-authored-by: dkropachev <[email protected]>
1 parent c48da8d commit 37fbec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cassandra/policies.py

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

1616
from collections import namedtuple, defaultdict
1717
from functools import lru_cache
18-
from itertools import islice, cycle, groupby, repeat
18+
from itertools import islice, cycle, repeat
1919
import logging
2020
from random import randint, shuffle
2121
from threading import Lock

0 commit comments

Comments
 (0)