Skip to content

Commit 54bd6ed

Browse files
committed
Remove unused imports
1 parent ef70f2a commit 54bd6ed

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

bitsandbytes/nn/modules.py

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,11 @@
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-
from typing import (
6-
Any,
7-
Callable,
8-
Dict,
9-
Iterator,
10-
Mapping,
11-
Optional,
12-
Set,
13-
Tuple,
14-
TypeVar,
15-
Union,
16-
overload,
17-
)
5+
from typing import Optional, TypeVar, Union, overload
186

197
import torch
208
import torch.nn.functional as F
219
from torch import Tensor, device, dtype, nn
22-
from torch.nn.parameter import Parameter
2310

2411
import bitsandbytes as bnb
2512
from bitsandbytes.optim import GlobalOptimManager

0 commit comments

Comments
 (0)