Skip to content

Commit

Permalink
removed unused stats import
Browse files Browse the repository at this point in the history
  • Loading branch information
Codrea committed Mar 19, 2024
1 parent 33cb0e7 commit 5b7718f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apstools/plans/alignment.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@

import datetime
import logging
import warnings

import numpy as np
import pyRestTable
from scipy.optimize import curve_fit
from scipy.special import erf
from scipy import stats


from bluesky import plan_stubs as bps
from bluesky import plans as bp
Expand All @@ -30,7 +29,6 @@
from ophyd import Signal
from ophyd.scaler import ScalerCH
from ophyd.scaler import ScalerChannel
import warnings

from .. import utils
from .doc_run import write_stream
Expand Down

0 comments on commit 5b7718f

Please sign in to comment.