"vscode:/vscode.git/clone" did not exist on "2bce175d156b5c5c1be925cb57fe33215675fafd"
Commit 20488dd8 authored by Caroline Chen's avatar Caroline Chen Committed by Facebook GitHub Bot
Browse files

Fix style check (#2258)

Summary:
fix a style check failure from internal diff

Pull Request resolved: https://github.com/pytorch/audio/pull/2258

Reviewed By: nateanl

Differential Revision: D34459526

Pulled By: carolineechen

fbshipit-source-id: d0e6782b5689c3bf63214a4ec6a75dd757678e0d
parent f6585d9e
...@@ -19,7 +19,6 @@ import torch ...@@ -19,7 +19,6 @@ import torch
import torchaudio import torchaudio
from pytorch_lightning import LightningModule, Trainer from pytorch_lightning import LightningModule, Trainer
from pytorch_lightning.callbacks import ModelCheckpoint, EarlyStopping from pytorch_lightning.callbacks import ModelCheckpoint, EarlyStopping
from pytorch_lightning.strategies import DDPStrategy
from torch import nn from torch import nn
from torch.optim.lr_scheduler import _LRScheduler from torch.optim.lr_scheduler import _LRScheduler
from torch.utils.data import DataLoader from torch.utils.data import DataLoader
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment