Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 27, 2024
1 parent 4b7bba0 commit cdbf7a9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions m3gnet/graph/_batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,13 @@ def _concatenate(list_of_arrays: List, name: AnyStr) -> Optional[np.ndarray]:


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


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


def assemble_material_graph(graphs):
Expand Down

0 comments on commit cdbf7a9

Please sign in to comment.