Skip to content

Commit e461e8b

Browse files
final modifications
1 parent fe8e231 commit e461e8b

2 files changed

Lines changed: 4 additions & 31 deletions

File tree

echopype/tests/conftest.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
import pytest
77
import pooch
88

9+
from zipfile import ZipFile
10+
import shutil
11+
import time
12+
913
ver = os.getenv("ECHOPYPE_DATA_VERSION", "v0.11.1a2")
1014
TEST_DATA_FOLDER = Path(pooch.os_cache("echopype")) / ver
1115

@@ -80,10 +84,6 @@ def _unpack(fname, action, pooch_instance):
8084
flush=True,
8185
)
8286

83-
from zipfile import ZipFile
84-
import shutil
85-
import time
86-
8787
if out.exists():
8888
for _ in range(3):
8989
try:

echopype/tests/tmp.py

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)