Skip to content

Commit

Permalink
[dace] Fix code-stile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
edopao committed Oct 20, 2023
1 parent 842a340 commit e65cbb2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ def add_storage(self, sdfg: dace.SDFG, name: str, type_: ts.TypeSpec, has_offset
raise NotImplementedError()
self.storage_types[name] = type_


def generate_temporaries(
self, node_params, defs_state: dace.SDFGState, program_sdfg: dace.SDFG
) -> dict[str, IteratorExpr | ValueExpr | SymbolExpr]:
Expand Down

0 comments on commit e65cbb2

Please sign in to comment.