Skip to content

Commit 6744242

Browse files
Clean up unused imports in fuzzing tests
Co-authored-by: jacksonpradolima <[email protected]>
1 parent 6940744 commit 6744242

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_gsp_fuzzing.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@
1313
"""
1414

1515
import math
16-
from typing import List, Dict, Tuple
16+
from typing import List
1717

18-
import pytest
19-
from hypothesis import given, strategies as st, settings, assume, HealthCheck
18+
from hypothesis import given, strategies as st, settings, HealthCheck
2019

2120
from gsppy.gsp import GSP
2221

0 commit comments

Comments
 (0)