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 4c2033f commit ac5fa5c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion deepmd/pt/loss/property.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
import logging
from typing import (
Union,
)

import torch
import torch.nn.functional as F
from typing import Union

from deepmd.pt.loss.loss import (
TaskLoss,
Expand Down

0 comments on commit ac5fa5c

Please sign in to comment.