Skip to content

Commit 38e026b

Browse files
committed
fix import in test program
1 parent ae085d1 commit 38e026b

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_compare_trilegal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# from pathlib import Path
99
import numpy as np
1010
import pyarrow.parquet as pq
11-
from .utilities import compare, write_selected
11+
from utilities.utilities import compare, write_selected
1212

1313

1414
class TrilegalCompare(unittest.TestCase):

tests/utilities/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)