Skip to content

Commit

Permalink
[Fix]: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanLiuuuuuu committed Apr 27, 2022
1 parent bf4aef7 commit d26bfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmselfsup/models/heads/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .contrastive_head import ContrastiveHead
from .latent_pred_head import (LatentClsHead, LatentCrossCorrelationHead,
LatentPredictHead)
from .mae_head import MAEFinetuneHead, MAEPretrainHead, MAELinprobeHead
from .mae_head import MAEFinetuneHead, MAELinprobeHead, MAEPretrainHead
from .mocov3_head import MoCoV3Head
from .multi_cls_head import MultiClsHead
from .simmim_head import SimMIMHead
Expand Down

0 comments on commit d26bfef

Please sign in to comment.