Remove unused imports
This commit is contained in:
parent
77970e89ba
commit
49647f1fdc
1 changed files with 3 additions and 6 deletions
|
@ -2,14 +2,11 @@ import math
|
|||
import cairo
|
||||
|
||||
from typing import Callable
|
||||
from itertools import product
|
||||
|
||||
from xmet.list import nearest
|
||||
from xmet.sounding import Sounding, SoundingSample
|
||||
from xmet.thermo import pressure_height, loft_parcel, moist_lapse_rate, \
|
||||
from xmet.sounding import Sounding
|
||||
from xmet.thermo import loft_parcel, moist_lapse_rate, \
|
||||
LAPSE_RATE_DRY, PRESSURE_MAX, PRESSURE_MIN, \
|
||||
PRESSURE_STEP, mixing_ratio, saturated_mixing_ratio, \
|
||||
mixing_ratio_temp
|
||||
PRESSURE_STEP
|
||||
|
||||
PRESSURE_LOG_MAX = math.log(PRESSURE_MAX)
|
||||
PRESSURE_LOG_MIN = math.log(PRESSURE_MIN)
|
||||
|
|
Loading…
Add table
Reference in a new issue