Skip to content

Commit f603f30

Browse files
Merge branch 'clean_code' of https://github.com/HydrogenSulfate/PaddleScience into clean_code
2 parents f114b22 + ce524c5 commit f603f30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ppsci/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# Put config module import at the top level for register default config(s) in
15+
# NOTE: Put config module import at the top level for register default config(s) in
1616
# ConfigStore at the begining of ppsci
1717
from ppsci.utils import config # isort:skip # noqa: F401
1818
from ppsci.utils import ema

0 commit comments

Comments
 (0)