Skip to content

Commit

Permalink
Fixed lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaCossu authored Oct 28, 2024
1 parent 57d1bf7 commit e077b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avalanche/models/mobilenetv1.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from pytorchcv.models.mobilenet import DwsConvBlock
except ImportError:
try:
from pytorchcv.models.common import DwsConvBlock
from pytorchcv.models.common import DwsConvBlock
except ImportError:
# pytorchcv >= 0.0.68
from pytorchcv.models.common.conv import DwsConvBlock
Expand Down

0 comments on commit e077b70

Please sign in to comment.