Python code linting changes detected by black

This commit is contained in:
magnesj 2024-01-26 07:38:10 +00:00 committed by Magne Sjaastad
parent c0921a1fce
commit c6234483e6
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
""" """
ResInsight 3d contour map module ResInsight 3d contour map module
""" """
import Commands_pb2 import Commands_pb2
from .pdmobject import add_method from .pdmobject import add_method

View File

@ -1,6 +1,7 @@
""" """
ResInsight 2d plot module ResInsight 2d plot module
""" """
import Commands_pb2 import Commands_pb2
from .pdmobject import add_method from .pdmobject import add_method

View File

@ -1,6 +1,7 @@
""" """
ResInsight SimulationWell ResInsight SimulationWell
""" """
import grpc import grpc
import SimulationWell_pb2 import SimulationWell_pb2