Skip to content

Commit

Permalink
style: fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Feb 20, 2024
1 parent e06b008 commit 2d096cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_seqs.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from collections.abc import Iterator
from operator import add, attrgetter, itemgetter
from operator import add, itemgetter
import pytest
from whatever import _

Expand Down

0 comments on commit 2d096cd

Please sign in to comment.