Skip to content

Commit

Permalink
- to trigger workflow..
Browse files Browse the repository at this point in the history
  • Loading branch information
franz haas committed Dec 3, 2023
1 parent 55e3162 commit c806b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion altair/utils/save.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def write_file_or_filename(
with open(file=fp, mode=mode, encoding=encoding) as f:
f.write(content)
else:
fp.write(content)
fp.write(content)


def set_inspect_format_argument(
Expand Down

0 comments on commit c806b75

Please sign in to comment.