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 Oct 30, 2024
1 parent 7aefed5 commit 94b2d41
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions deepmd/tf/utils/batch_size.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SPDX-License-Identifier: LGPL-3.0-or-later
import os
import logging

from packaging.version import (
Version,
)
Expand All @@ -13,7 +13,9 @@
OutOfMemoryError,
)
from deepmd.utils.batch_size import AutoBatchSize as AutoBatchSizeBase
from deepmd.utils.batch_size import log
from deepmd.utils.batch_size import (
log,
)


class AutoBatchSize(AutoBatchSizeBase):
Expand Down

0 comments on commit 94b2d41

Please sign in to comment.