Skip to content

Commit e109880

Browse files
committed
Fix styling issue
1 parent 62c91bb commit e109880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pygmt/src/meca.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ def meca(
397397
{perspective}
398398
{transparency}
399399
"""
400-
# pylint: disable=too-many-arguments,too-many-locals,too-many-branches,too-many-statements
400+
# pylint: disable=too-many-arguments,too-many-locals,too-many-branches
401+
# pylint: disable=too-many-statements
401402
kwargs = self._preprocess(**kwargs) # pylint: disable=protected-access
402403

403404
# Convert spec to pandas.DataFrame unless it's a file

0 commit comments

Comments
 (0)