Skip to content

Commit

Permalink
drop unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
awaelchli committed Nov 19, 2021
1 parent a60037d commit b9bb5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytorch_lightning/lite/lite.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from contextlib import contextmanager
from functools import partial
from pathlib import Path
from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Sequence, Tuple, Union, cast
from typing import Any, Callable, Dict, Generator, List, Optional, Sequence, Tuple, Union, cast

import torch
import torch.nn as nn
Expand Down

0 comments on commit b9bb5c3

Please sign in to comment.