Skip to content

Commit

Permalink
Run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
willschlitzer committed Dec 15, 2020
1 parent bf054c2 commit d0dc60b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pygmt/base_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1168,7 +1168,9 @@ def basemap(self, **kwargs):
"""
kwargs = self._preprocess(**kwargs)
if not ("B" in kwargs or "L" in kwargs or "Td" in kwargs or "Tm" in kwargs):
raise GMTInvalidInput("Frame, map_scale, compass, or rose must be specified.")
raise GMTInvalidInput(
"Frame, map_scale, compass, or rose must be specified."
)
with Session() as lib:
lib.call_module("basemap", build_arg_string(kwargs))

Expand Down

0 comments on commit d0dc60b

Please sign in to comment.