Remove unnecessary import
This commit is contained in:
parent
ce93b5e7b1
commit
7cc3d2cb42
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import cairo
|
||||||
|
|
||||||
from typing import Callable
|
from typing import Callable
|
||||||
|
|
||||||
from xmet.sounding import Sounding
|
from xmet.sounding import Sounding, SoundingParameters
|
||||||
from xmet.thermo import loft_parcel, moist_lapse_rate, \
|
from xmet.thermo import loft_parcel, moist_lapse_rate, \
|
||||||
LAPSE_RATE_DRY, PRESSURE_MAX, PRESSURE_MIN, \
|
LAPSE_RATE_DRY, PRESSURE_MAX, PRESSURE_MIN, \
|
||||||
PRESSURE_STEP
|
PRESSURE_STEP
|
||||||
|
|
Loading…
Add table
Reference in a new issue