Remove unused imports
This commit is contained in:
parent
454e6fd6fd
commit
c0b623bd6d
2 changed files with 1 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
|||
import typing
|
||||
|
||||
import pytest
|
||||
|
||||
import parser
|
||||
|
|
|
|||
|
|
@ -1,9 +1,8 @@
|
|||
import collections
|
||||
|
||||
from hypothesis import assume, example, given
|
||||
from hypothesis.strategies import integers, lists, tuples
|
||||
from hypothesis.strategies import integers, lists
|
||||
|
||||
import pytest
|
||||
|
||||
from parser import (
|
||||
EdgeList,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue