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 34d3e55 commit 4c0534c
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 4c0534c

Please sign in to comment.