Skip to content

Commit d1bc357

Browse files
committed
Fix formatting
1 parent 0e19152 commit d1bc357

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pygmt/src/binstats.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@
88
from pygmt._typing import PathLike, TableLike
99
from pygmt.clib import Session
1010
from pygmt.exceptions import GMTInvalidInput
11-
from pygmt.helpers import (
12-
build_arg_list,
13-
fmt_docstring,
14-
kwargs_to_strings,
15-
use_alias,
16-
)
11+
from pygmt.helpers import build_arg_list, fmt_docstring, kwargs_to_strings, use_alias
1712

1813

1914
@fmt_docstring

0 commit comments

Comments
 (0)