Skip to content

Commit 5630df2

Browse files
authored
Remove unused os import in test_grdcut.py (#1751)
1 parent 1ceb999 commit 5630df2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pygmt/tests/test_grdcut.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
"""
22
Tests for grdcut.
33
"""
4-
import os
5-
64
import numpy as np
75
import pytest
86
import xarray as xr

0 commit comments

Comments
 (0)