From 729026084b26b08958fd894b3520e7d3f57c6389 Mon Sep 17 00:00:00 2001 From: cvanelteren Date: Wed, 15 Jul 2026 11:32:18 +1000 Subject: [PATCH] Remove unused imports --- ultraplot/figure.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ultraplot/figure.py b/ultraplot/figure.py index 0a8105640..5e3d994aa 100644 --- a/ultraplot/figure.py +++ b/ultraplot/figure.py @@ -6,9 +6,6 @@ import functools import inspect import os -from numbers import Integral - -from packaging import version try: from typing import Any, Iterable, List, Optional, Tuple, Union @@ -17,8 +14,6 @@ import matplotlib.axes as maxes import matplotlib.figure as mfigure -import matplotlib.gridspec as mgridspec -import matplotlib.projections as mproj import matplotlib.text as mtext import matplotlib.transforms as mtransforms import numpy as np