Skip to content

Commit

Permalink
[format-command] fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-bot committed Jan 3, 2024
1 parent a593434 commit 574e029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygmt/figure.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
"""
Define the Figure class that handles all plotting.
"""
from pathlib import Path
from tempfile import TemporaryDirectory
import base64
import os
from pathlib import Path
from tempfile import TemporaryDirectory

try:
import IPython
Expand Down

0 comments on commit 574e029

Please sign in to comment.