Skip to content

Commit b4de8c5

Browse files
committed
precommit
1 parent 9edeb0f commit b4de8c5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

bitsandbytes/optim/adam.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
55

6-
import warnings
76
from bitsandbytes.optim.optimizer import Optimizer2State
87

98

bitsandbytes/optim/adamw.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#
33
# This source code is licensed under the MIT license found in the
44
# LICENSE file in the root directory of this source tree.
5+
56
from bitsandbytes.optim.optimizer import Optimizer2State
6-
import warnings
77

88

99
class AdamW(Optimizer2State):

0 commit comments

Comments
 (0)