Skip to content

Commit

Permalink
format str
Browse files Browse the repository at this point in the history
  • Loading branch information
mattijn committed Oct 29, 2023
1 parent 8b09f25 commit 178ea2a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions altair/_magics.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ def _get_variable(name):
)
if name not in ip.user_ns:
raise NameError(
"argument '{}' does not match the name of any defined variable".format(
name
)
"argument '{}' does not match the name of any defined variable".format(name)
)
return ip.user_ns[name]

Expand Down

0 comments on commit 178ea2a

Please sign in to comment.