Skip to content

Commit

Permalink
FIX: mistaken auto-import
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-lauer committed Sep 23, 2024
1 parent 194418e commit e194cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytao/plotting/mpl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from __future__ import annotations

import functools
import logging
import pathlib
import time
Expand All @@ -15,7 +16,6 @@
import matplotlib.text
import matplotlib.ticker
import numpy as np
from pandas.core.frame import functools

from . import floor_plan_shapes, layout_shapes, pgplot
from .curves import PlotCurveLine, PlotCurveSymbols, PlotHistogram, TaoCurveSettings
Expand Down

0 comments on commit e194cf1

Please sign in to comment.