aboutsummaryrefslogtreecommitdiff
path: root/tests/qc/test_cells.py
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-01-05 07:39:35 +0300
committerFrederick Muriuki Muriithi2024-01-05 07:39:35 +0300
commit6200a60eb6f04a5d50bfe0ad366674dc49a08119 (patch)
tree4fdc60ef8c9ed94571f7a827dab81e83d6259688 /tests/qc/test_cells.py
parent65c9f923a5057c99c18f43e2c1f0284d8293d9a3 (diff)
downloadgn-uploader-6200a60eb6f04a5d50bfe0ad366674dc49a08119.tar.gz
Add missing import.
Diffstat (limited to 'tests/qc/test_cells.py')
-rw-r--r--tests/qc/test_cells.py2
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