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 4f7e2ce commit 3798e52
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion source/tests/pt/test_jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@


class TestJIT:

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 TestSmooth:

def test(
self,
):
Expand Down
1 change: 0 additions & 1 deletion source/tests/pt/test_smooth_denoise.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@


class TestSmoothDenoise:

def test(
self,
):
Expand Down
1 change: 0 additions & 1 deletion source/tests/pt/test_training.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@


class TestDPTrain:

def test_dp_train(self):
trainer = get_trainer(deepcopy(self.config))
trainer.run()
Expand Down

0 comments on commit 3798e52

Please sign in to comment.