Skip to content

Commit

Permalink
Simplify code
Browse files Browse the repository at this point in the history
  • Loading branch information
zyf654321 committed Oct 10, 2024
1 parent 9a8cf7d commit a15546b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion dipu/tests/python/unittests/test_adamw.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
import torch
import numpy as np
from torch_dipu.testing._internal.common_utils import TestCase, run_tests, onlyOn, skipOn
from torch_dipu.testing._internal.common_utils import (
TestCase,
run_tests,
onlyOn,
skipOn,
)


class TestFusedAdamW(TestCase):
Expand Down

0 comments on commit a15546b

Please sign in to comment.