diff options
Diffstat (limited to 'packages/meshbay-hub/tests/test_table_rows_measured.py')
| -rw-r--r-- | packages/meshbay-hub/tests/test_table_rows_measured.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/meshbay-hub/tests/test_table_rows_measured.py b/packages/meshbay-hub/tests/test_table_rows_measured.py index 60ec878..f203624 100644 --- a/packages/meshbay-hub/tests/test_table_rows_measured.py +++ b/packages/meshbay-hub/tests/test_table_rows_measured.py @@ -16,11 +16,10 @@ rectangles show it does not — which is what this file is for. """ import json +import shutil import subprocess from pathlib import Path -import shutil - import pytest HARNESS = Path(__file__).parent / "harness" / "layout_probe.py" |