Skip to content

Commit

Permalink
MAINT: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
leloup314 committed Mar 6, 2024
1 parent b1fa9b6 commit dafea31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion irrad_spectroscopy/spectroscopy.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

# Imports
import logging
import inspect
import warnings
import numpy as np
import irrad_spectroscopy as isp
Expand All @@ -18,6 +17,7 @@
from scipy.integrate import quad
from scipy.interpolate import interp1d

# Fix for Python >= 3.11
try:
from inspect import getfullargspec as get_args
except ImportError:
Expand Down

0 comments on commit dafea31

Please sign in to comment.