Skip to content

Commit b968085

Browse files
committed
Corrected import
1 parent 17802a8 commit b968085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/anoph/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
import pytest
1111
import xarray as xr
1212
import zarr # type: ignore
13-
from ...malariagen_data.util import gff3_parse_attributes
13+
from malariagen_data.util import gff3_parse_attributes
1414

1515
# N.B., this file (conftest.py) is handled in a special way
1616
# by pytest. In short, this file is a place to define any

0 commit comments

Comments
 (0)