Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Dec 3, 2024
1 parent 354ee63 commit 870e1a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion webviz_subsurface/plugins/_segy_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ def _set_zslice(state_data_str: Union[str, None]) -> dict:
]

zslice_arr = get_zslice(cube, state["zslice"])
print(self.colors)

fig = make_heatmap(
zslice_arr,
self.plotly_theme,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Callable, Dict, Optional, List
from typing import Any, Callable, Dict, Optional

import webviz_core_components as wcc
from dash import ALL, Input, Output, State, callback, callback_context, no_update
Expand Down

0 comments on commit 870e1a9

Please sign in to comment.