Skip to content

Commit a781429

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f642468 commit a781429

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

deepmd/pt/model/model/make_density_model.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# SPDX-License-Identifier: LGPL-3.0-or-later
2-
from collections.abc import Callable
3-
from typing import Any
2+
from collections.abc import (
3+
Callable,
4+
)
5+
from typing import (
6+
Any,
7+
)
48

59
import torch
610

0 commit comments

Comments
 (0)