Skip to content

Commit

Permalink
Removed an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ruxandra-valcu committed Dec 5, 2023
1 parent f09ae84 commit 14cc7f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions echopype/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
from ftplib import FTP

import os
import subprocess
import pytest

import xarray as xr
Expand Down Expand Up @@ -103,7 +102,7 @@ def setup_test_data_jr179():
file_name = "JR179-D20080410-T150637.raw"
return _setup_file(file_name)


"""
def _setup_file(file_name):
test_data_path = os.path.join(TEST_DATA_FOLDER, file_name)
Expand Down

0 comments on commit 14cc7f0

Please sign in to comment.