Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
exarkun committed Sep 20, 2023
1 parent c506244 commit 9abd09f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfec/test/test_zfec.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

import unittest
from hypothesis import given
from hypothesis.strategies import integers, binary, lists, tuples, just
from hypothesis.strategies import integers, binary, lists, just

global VERBOSE
VERBOSE=False
Expand Down

0 comments on commit 9abd09f

Please sign in to comment.