Skip to content

Commit

Permalink
Fix a lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Apr 21, 2021
1 parent 88314bc commit 7a5731c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygmt/tests/test_basemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
Tests Figure.basemap.
"""
import pytest
from pygmt import Figure
from packaging.version import Version
from pygmt import Figure, clib
from pygmt.exceptions import GMTInvalidInput

with clib.Session() as _lib:
Expand Down

0 comments on commit 7a5731c

Please sign in to comment.