Skip to content

Commit

Permalink
[deploy test]
Browse files Browse the repository at this point in the history
  • Loading branch information
HansKallekleiv committed Nov 25, 2022
1 parent c201c93 commit 463608c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webviz_subsurface/plugins/_map_viewer_fmu/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from typing import Any, Callable, Dict, List, Optional, Tuple, Union

import numpy as np
from dash import ALL, MATCH, Input, Output, State, callback, callback_context
from dash import ALL, MATCH, Input, Output, State, callback, callback_context, no_update
from dash.exceptions import PreventUpdate
from webviz_config import EncodedFile
from webviz_config.utils._dash_component_utils import calculate_slider_step
Expand Down

0 comments on commit 463608c

Please sign in to comment.