Skip to content

Commit

Permalink
Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
akihironitta committed Jan 20, 2021
1 parent 9e00c5d commit af563a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pl_bolts/datamodules/imagenet_datamodule.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# type: ignore[override]
import os
from typing import Any, Optional
from typing import Any, Callable, Optional

from pytorch_lightning import LightningDataModule
from torch.utils.data import DataLoader
Expand Down
2 changes: 1 addition & 1 deletion pl_bolts/datamodules/stl10_datamodule.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# type: ignore[override]
import os
from typing import Any, Optional
from typing import Any, Callable, Optional

import torch
from pytorch_lightning import LightningDataModule
Expand Down

0 comments on commit af563a5

Please sign in to comment.