Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasNickel committed Oct 25, 2023
1 parent 1a976b5 commit 5c5d150
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions ctapipe/calib/camera/calibrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
calibration and image extraction, as well as supporting algorithms.
"""

import warnings

import astropy.units as u
import numpy as np
from numba import float32, float64, guvectorize, int64
Expand Down
1 change: 0 additions & 1 deletion ctapipe/calib/camera/tests/test_calibrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import astropy.units as u
import numpy as np
import pytest
from scipy.stats import norm
from traitlets.config import Config

Expand Down

0 comments on commit 5c5d150

Please sign in to comment.