Skip to content

Commit 198c132

Browse files
committed
add some testing
1 parent 327484a commit 198c132

3 files changed

Lines changed: 126 additions & 1 deletion

File tree

dataretrieval/samples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
import pandas as pd
2323

24-
from utils import BaseMetadata, query, to_str
24+
from dataretrieval.utils import BaseMetadata, to_str
2525

2626
if TYPE_CHECKING:
2727
from pandas import DataFrame

0 commit comments

Comments
 (0)