Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZheng committed Apr 2, 2021
1 parent 24085d6 commit 6a413da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmcv/runner/base_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ def __init__(self, init_cfg=None):
# key, please consider using init_cfg')
# self.init_cfg = dict(type='Pretrained', checkpoint=pretrained)


@property
def is_init(self):
return self._is_init
Expand Down

0 comments on commit 6a413da

Please sign in to comment.