diff options
author | Frederick Muriuki Muriithi | 2024-01-05 07:39:35 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2024-01-05 07:39:35 +0300 |
commit | 6200a60eb6f04a5d50bfe0ad366674dc49a08119 (patch) | |
tree | 4fdc60ef8c9ed94571f7a827dab81e83d6259688 /tests | |
parent | 65c9f923a5057c99c18f43e2c1f0284d8293d9a3 (diff) | |
download | gn-uploader-6200a60eb6f04a5d50bfe0ad366674dc49a08119.tar.gz |
Add missing import.
Diffstat (limited to 'tests')
-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 |