mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Add lint for unqualified type: ignore
(#56290)
Summary: The other half of https://github.com/pytorch/pytorch/issues/56272. Pull Request resolved: https://github.com/pytorch/pytorch/pull/56290 Test Plan: CI should pass on the tip of this PR, and we know that the lint works because the following CI runs (before this PR was finished) failed: - https://github.com/pytorch/pytorch/runs/2384511062 - https://github.com/pytorch/pytorch/actions/runs/765036024 Reviewed By: seemethere Differential Revision: D27867219 Pulled By: samestep fbshipit-source-id: e648f07b6822867e70833e23ddafe7fb7eaca235
This commit is contained in:
committed by
Facebook GitHub Bot
parent
87a1ebc9cd
commit
75024e228c
@ -11,7 +11,7 @@ from torch.utils.data import DataLoader
|
||||
|
||||
from torch.distributed.pipeline.sync import Pipe
|
||||
from torch.distributed.pipeline.sync.utils import partition_model
|
||||
from torch.optim import Adam # type: ignore
|
||||
from torch.optim import Adam
|
||||
|
||||
def sizeof_fmt(num, suffix='B'):
|
||||
for unit in ['', 'Ki', 'Mi', 'Gi', 'Ti']:
|
||||
|
Reference in New Issue
Block a user