Skip to content

Commit 986f1d7

Browse files
committed
remove bugged line
1 parent 2dc4043 commit 986f1d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/py_eddy_tracker/data/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def get_remote_demo_sample(path):
2929
else:
3030
try:
3131
import py_eddy_tracker_sample_id
32-
py_eddy_tracker_sample_id.get_remote_demo_sample()
3332
if path.endswith(".nc"):
3433
return py_eddy_tracker_sample_id.get_remote_demo_sample(path)
3534
content = open(py_eddy_tracker_sample_id.get_remote_demo_sample(f"{path}.tar.xz"), "rb").read()

0 commit comments

Comments
 (0)