Skip to content

Commit

Permalink
Remove an unused pylint directive
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Aug 2, 2023
1 parent 695c59b commit bbc223b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pygmt/helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ def non_ascii_to_octal(argstr):
>>> non_ascii_to_octal("ABC ±120° DEF α ♥")
'ABC \\261120\\260 DEF @~\\141@~ @%34%\\252@%%'
"""
# pylint: disable=line-too-long

# Dictionary mapping non-ASCII characters to octal codes
mapping = {}

Expand Down

0 comments on commit bbc223b

Please sign in to comment.