fix linting

pull/2/head
lixiaojie 2020-06-15 02:34:22 +08:00
parent 58faa2381c
commit 24ef3b2f61
1 changed files with 0 additions and 1 deletions

View File

@ -2,5 +2,4 @@ from .resnet import ResNet, ResNetV1d
from .resnext import ResNeXt
from .shufflenet_v1 import ShuffleNetv1
__all__ = ['ResNet', 'ResNeXt', 'ResNetV1d', 'ShuffleNetv1']