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 Jan 26, 2024
1 parent 8f596e5 commit e7c0907
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion source/tests/pt/test_jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
from pathlib import (
Path,
)

import torch

from deepmd.pt.entrypoints.main import (
get_trainer,
)
Expand All @@ -26,7 +28,6 @@


class JITTest:

def test_jit(self):
trainer = get_trainer(deepcopy(self.config))
trainer.run()
Expand Down
1 change: 0 additions & 1 deletion source/tests/pt/test_smooth.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@


class SmoothTest:

def test(
self,
):
Expand Down

0 comments on commit e7c0907

Please sign in to comment.