We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17802a8 commit b968085Copy full SHA for b968085
tests/anoph/conftest.py
@@ -10,7 +10,7 @@
10
import pytest
11
import xarray as xr
12
import zarr # type: ignore
13
-from ...malariagen_data.util import gff3_parse_attributes
+from malariagen_data.util import gff3_parse_attributes
14
15
# N.B., this file (conftest.py) is handled in a special way
16
# by pytest. In short, this file is a place to define any
0 commit comments