Skip to content

Commit

Permalink
Fix broken doc formatting by adding missing blank line (#939)
Browse files Browse the repository at this point in the history
fix broken doc formatting by adding missing blank line
  • Loading branch information
AdeelH authored Nov 4, 2022
1 parent 24a31b8 commit ea4593d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pl_bolts/models/self_supervised/moco/moco2_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ class Moco_v2(LightningModule):
- `William Falcon <https://github.com/williamFalcon>`_
Example::
from pl_bolts.models.self_supervised import Moco_v2
model = Moco_v2()
trainer = Trainer()
Expand Down

0 comments on commit ea4593d

Please sign in to comment.