Skip to content

Commit 2dae7ab

Browse files
committed
Add missing imports
1 parent cd184fd commit 2dae7ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_intertidal.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import pytest
22
from click.testing import CliRunner
3-
from intertidal.elevation import intertidal_cli
3+
from intertidal.elevation import intertidal_cli, elevation
4+
import pickle
45

56

67
@pytest.fixture()

0 commit comments

Comments
 (0)