Skip to content

Commit 33b22da

Browse files
committed
docformatter
1 parent 5f2cbec commit 33b22da

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/graphnet/models/pretraining_maskpred.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
"""Exp. feature: Self-supervised pretraining using BERT-style mask prediction."""
1+
"""Experimental feature.
2+
3+
Self-supervised pretraining using BERT-style mask prediction.
4+
"""
25

36
from typing import Any, Tuple, Union, List, Type, Optional, Dict
47
import os

0 commit comments

Comments
 (0)