Skip to content

Commit

Permalink
removing non-used module
Browse files Browse the repository at this point in the history
  • Loading branch information
Gpetrak committed Dec 10, 2024
1 parent aa1b139 commit 5fe9a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/geoserver/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
get_time_info,
)
from geonode.geoserver.ows import _wcs_link, _wfs_link, _wms_link
from unittest.mock import patch, Mock, MagicMock
from unittest.mock import patch, Mock

Check warning on line 48 in geonode/geoserver/tests/test_helpers.py

View check run for this annotation

Codecov / codecov/patch

geonode/geoserver/tests/test_helpers.py#L48

Added line #L48 was not covered by tests


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 5fe9a57

Please sign in to comment.