Skip to content

Commit b1f0eb2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2ae4881 commit b1f0eb2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

geoapps_utils/modelling/plates.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ def from_maxwell_plate(cls, plate: MaxwellPlate) -> Self:
111111
raise ValueError("Maxwell plate must have its geometry set.")
112112
return cls(PlateModel.from_maxwell_plate_geometry(plate.geometry))
113113

114-
def to_maxwell_plate(
115-
self, workspace: Workspace, **plate_kwargs
116-
) -> MaxwellPlate:
114+
def to_maxwell_plate(self, workspace: Workspace, **plate_kwargs) -> MaxwellPlate:
117115
"""
118116
Save the Plate as a MaxwellPlate entity in the provided workspace.
119117

0 commit comments

Comments
 (0)