Skip to content

Commit 872d18f

Browse files
add docstr to check_versions for linting
1 parent 81b2a5b commit 872d18f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymatgen/io/validation/check_package_versions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
""" Optionally check whether package versions are up to date. """
2+
13
from __future__ import annotations
24
from importlib.metadata import version
35
import requests

0 commit comments

Comments
 (0)