Skip to content

Commit

Permalink
Trying a further library reorder
Browse files Browse the repository at this point in the history
  • Loading branch information
pixalytics committed Sep 25, 2024
1 parent fe7a058 commit 2fa1283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/psy-maps/psymap_simple.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
#

import argparse
import warnings
import math
import warnings
from pathlib import Path

import matplotlib as mpl
import psyplot.project as psy # noqa: I202,E402
import xarray

mpl.use('Agg')
import psyplot.project as psy # noqa: I202,E402
from matplotlib import pyplot # noqa: I202,E402
from psyplot import rcParams # noqa: I202,E402

Expand Down

0 comments on commit 2fa1283

Please sign in to comment.