Skip to content

Commit

Permalink
chore(datasets): fix accidental reference to NumPy (#450)
Browse files Browse the repository at this point in the history
Signed-off-by: Deepyaman Datta <[email protected]>
  • Loading branch information
deepyaman authored Nov 30, 2023
1 parent 1004d80 commit 40e8292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kedro-datasets/kedro_datasets/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@


@pytest.fixture(autouse=True)
def add_np(doctest_namespace, tmp_path):
def add_tmp_path(doctest_namespace, tmp_path):
doctest_namespace["tmp_path"] = tmp_path

0 comments on commit 40e8292

Please sign in to comment.