Skip to content

Commit

Permalink
Remove mpl import in axes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
audunth authored May 8, 2024
1 parent 9d6f6ec commit 3e8310e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cosmoplots/axes.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Module for modifying the axis properties of plots."""

from typing import List, Tuple, Union
import matplotlib as mpl
from matplotlib.axes import Axes
from matplotlib.figure import Figure
import matplotlib.pyplot as plt
Expand Down

0 comments on commit 3e8310e

Please sign in to comment.