Skip to content

Commit 5af8b43

Browse files
Addressing linting errors
1 parent 778b967 commit 5af8b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_bindings.py

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

1616
import hashlib
1717
from binascii import hexlify, unhexlify
18-
from typing import Callable, List, Tuple
1918
import itertools
19+
from typing import Callable, List, Tuple
2020

2121
from hypothesis import given, settings
2222
from hypothesis.strategies import binary, integers

0 commit comments

Comments
 (0)