-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug and put settings in view files
- Loading branch information
Øyvind Lind-Johansen
committed
Aug 26, 2022
1 parent
0796dd6
commit e020418
Showing
4 changed files
with
452 additions
and
471 deletions.
There are no files selected for viewing
10 changes: 2 additions & 8 deletions
10
webviz_subsurface/plugins/_well_analysis/_views/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,2 @@ | ||
from ._settings import ( | ||
ControlPressureOptions, | ||
ControlSettings, | ||
OverviewFilter, | ||
OverviewPlotSettings, | ||
) | ||
from ._well_control import ControlView | ||
from ._well_overview import OverviewView | ||
from ._well_control import ControlPressureOptions, ControlSettings, ControlView | ||
from ._well_overview import OverviewFilter, OverviewPlotSettings, OverviewView |
Oops, something went wrong.