Skip to content

Commit 480e269

Browse files
committed
Updated black formatting
1 parent 4788117 commit 480e269

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

parchmint/component.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ def rotation(self) -> float:
149149
return self.params.get_param("rotation")
150150
except Exception as error:
151151
print("Could not find rotation for component", error)
152-
raise KeyError(f"Could not find rotation for component: {self.ID}") from error
152+
raise KeyError(
153+
f"Could not find rotation for component: {self.ID}"
154+
) from error
153155

154156
@rotation.setter
155157
def rotation(self, value):

0 commit comments

Comments
 (0)