Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli authored and Borda committed Mar 9, 2021
1 parent 6660a4a commit 9157012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pl_bolts/callbacks/verification/batch_gradient.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# type: ignore
from contextlib import contextmanager
from typing import Any, Callable, Iterable, List, Optional, Sequence, Tuple, Type
from typing import Any, Callable, Iterable, List, Optional, Type

import torch
import torch.nn as nn
Expand Down

0 comments on commit 9157012

Please sign in to comment.