From c6234483e6d1b5ac711d3d63ca458b5ea75c4911 Mon Sep 17 00:00:00 2001 From: magnesj Date: Fri, 26 Jan 2024 07:38:10 +0000 Subject: [PATCH] Python code linting changes detected by black --- GrpcInterface/Python/rips/contour_map.py | 1 + GrpcInterface/Python/rips/plot.py | 1 + GrpcInterface/Python/rips/simulation_well.py | 1 + 3 files changed, 3 insertions(+) diff --git a/GrpcInterface/Python/rips/contour_map.py b/GrpcInterface/Python/rips/contour_map.py index 6d4e9d3db3..9aeb6bb5a6 100644 --- a/GrpcInterface/Python/rips/contour_map.py +++ b/GrpcInterface/Python/rips/contour_map.py @@ -1,6 +1,7 @@ """ ResInsight 3d contour map module """ + import Commands_pb2 from .pdmobject import add_method diff --git a/GrpcInterface/Python/rips/plot.py b/GrpcInterface/Python/rips/plot.py index da41c5ebdd..4b464420db 100644 --- a/GrpcInterface/Python/rips/plot.py +++ b/GrpcInterface/Python/rips/plot.py @@ -1,6 +1,7 @@ """ ResInsight 2d plot module """ + import Commands_pb2 from .pdmobject import add_method diff --git a/GrpcInterface/Python/rips/simulation_well.py b/GrpcInterface/Python/rips/simulation_well.py index abe100d70f..7c29d1c4e0 100644 --- a/GrpcInterface/Python/rips/simulation_well.py +++ b/GrpcInterface/Python/rips/simulation_well.py @@ -1,6 +1,7 @@ """ ResInsight SimulationWell """ + import grpc import SimulationWell_pb2