Skip to content

Commit 90690df

Browse files
committed
Fix import sorting
1 parent 575c1a4 commit 90690df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/figure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
from tempfile import TemporaryDirectory
99
from typing import Literal, overload
1010

11-
from pygmt.src.clip import ClipAccessor
1211
from pygmt._typing import PathLike
12+
from pygmt.src.clip import ClipAccessor
1313

1414
try:
1515
import IPython

0 commit comments

Comments
 (0)