Skip to content

Commit 0dd838c

Browse files
committed
reblacken conversion_edge.py (whitespace only)
1 parent 59eefc6 commit 0dd838c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

data_prototype/conversion_edge.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ def evaluate(self, input: dict[str, Any]) -> dict[str, Any]:
176176

177177
@property
178178
def inverse(self) -> "FuncEdge":
179-
180179
if self.inverse_func is None:
181180
raise RuntimeError("Trying to invert a non-invertable edge")
182181

@@ -384,7 +383,6 @@ def node_format(x):
384383
G = nx.DiGraph()
385384

386385
if input is not None:
387-
388386
for _, edges in self._subgraphs:
389387
q: list[dict[str, Desc]] = [input]
390388
explored: set[tuple[tuple[str, str], ...]] = set()
@@ -440,6 +438,7 @@ def cache_key(self):
440438

441439
return str(uuid.uuid4())
442440

441+
443442
def coord_and_default(
444443
key: str,
445444
shape: ShapeSpec = (),

0 commit comments

Comments
 (0)