Skip to content

Commit 864d512

Browse files
authored
Fix a linting issue with pylint 2.14.0 (#1940)
1 parent d04d74a commit 864d512

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/meca.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def update_pointers(data_pointers):
376376
len(longitude) != len(depth)
377377
):
378378
raise GMTError(
379-
"Unequal number of focal mechanism " "locations supplied."
379+
"Unequal number of focal mechanism locations supplied."
380380
)
381381

382382
# values are ok, so build the 2D array

0 commit comments

Comments
 (0)