Skip to content

Commit

Permalink
Fix styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 24, 2023
1 parent 62c91bb commit e109880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pygmt/src/meca.py
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,8 @@ def meca(
{perspective}
{transparency}
"""
# pylint: disable=too-many-arguments,too-many-locals,too-many-branches,too-many-statements
# pylint: disable=too-many-arguments,too-many-locals,too-many-branches
# pylint: disable=too-many-statements
kwargs = self._preprocess(**kwargs) # pylint: disable=protected-access

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

0 comments on commit e109880

Please sign in to comment.