Skip to content

Commit

Permalink
Python code linting changes detected by black
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 26, 2024
1 parent c0921a1 commit c623448
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions GrpcInterface/Python/rips/contour_map.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
ResInsight 3d contour map module
"""

import Commands_pb2

from .pdmobject import add_method
Expand Down
1 change: 1 addition & 0 deletions GrpcInterface/Python/rips/plot.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
ResInsight 2d plot module
"""

import Commands_pb2

from .pdmobject import add_method
Expand Down
1 change: 1 addition & 0 deletions GrpcInterface/Python/rips/simulation_well.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""
ResInsight SimulationWell
"""

import grpc

import SimulationWell_pb2
Expand Down

0 comments on commit c623448

Please sign in to comment.