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 Dec 13, 2024
1 parent 5ce6d31 commit 5a3bf94
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deepmd/dpmodel/output_def.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
from enum import (
IntEnum,
)
from typing import Union
from typing import (
Union,
)


def check_shape(
Expand Down

0 comments on commit 5a3bf94

Please sign in to comment.