diff options
-rw-r--r-- | tests/qc/test_cells.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qc/test_cells.py b/tests/qc/test_cells.py index 2bb3358..e4a0959 100644 --- a/tests/qc/test_cells.py +++ b/tests/qc/test_cells.py @@ -2,6 +2,8 @@ import re from random import randint + +import pytest from hypothesis import given from hypothesis import strategies as st |