mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
Python code linting changes detected by black
This commit is contained in:
parent
c0921a1fce
commit
c6234483e6
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
"""
|
"""
|
||||||
ResInsight SimulationWell
|
ResInsight SimulationWell
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import grpc
|
import grpc
|
||||||
|
|
||||||
import SimulationWell_pb2
|
import SimulationWell_pb2
|
||||||
|
Loading…
Reference in New Issue
Block a user