Skip to content

Commit

Permalink
remove imports unused
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonytec2 committed Jul 17, 2020
1 parent 8e36a62 commit 50232e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions pl_examples/hydra_examples/user_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import hydra
from hydra.core.config_store import ConfigStore
from hydra.types import ObjectConf
from omegaconf import MISSING, DictConfig
from typing import Any, List, Optional
from dataclasses import dataclass, field
from omegaconf import MISSING
from typing import Any, List
from dataclasses import dataclass
from pytorch_lightning import Callback

cs = ConfigStore.instance()
Expand Down
2 changes: 0 additions & 2 deletions pl_examples/models/hydra_config_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
import torch.nn as nn
import torch.nn.functional as F
import torchvision.transforms as transforms
from torch.utils.data import DataLoader
from torchvision.datasets import MNIST

from pytorch_lightning.core import LightningModule
import hydra
Expand Down

0 comments on commit 50232e0

Please sign in to comment.