We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 327484a commit 198c132Copy full SHA for 198c132
3 files changed
dataretrieval/samples.py
@@ -21,7 +21,7 @@
21
22
import pandas as pd
23
24
-from utils import BaseMetadata, query, to_str
+from dataretrieval.utils import BaseMetadata, to_str
25
26
if TYPE_CHECKING:
27
from pandas import DataFrame
0 commit comments