Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
kenko911 committed Sep 27, 2024
1 parent c038d44 commit e0b2fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions m3gnet/graph/_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ def _concatenate(list_of_arrays: List, name: AnyStr) -> Optional[np.ndarray]:

@overload
def assemble_material_graph(graphs: List[MaterialGraph]) -> MaterialGraph:
...
raise NotImplementedError


@overload
def assemble_material_graph(graphs: List[List]) -> List:
...
raise NotImplementedError


def assemble_material_graph(graphs):
Expand Down

0 comments on commit e0b2fa1

Please sign in to comment.