Skip to content

Commit

Permalink
CO2Leakage: Fix isort error messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
AudunSektnanNR committed Aug 2, 2023
1 parent e0cba0a commit 34e4000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

import geojson
import numpy as np
import webviz_subsurface_components as wsc
import plotly.graph_objects as go
import webviz_subsurface_components as wsc

from webviz_subsurface._providers import (
EnsembleSurfaceProvider,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import dataclasses
from typing import Iterable, List

import pandas as pd
import numpy as np
import pandas as pd
import plotly.colors
import plotly.graph_objects as go

Expand Down

0 comments on commit 34e4000

Please sign in to comment.