File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1111if _settings ().CHECK_PYPI_AT_LOAD :
1212 # Only check version at module load time, if specified in module settings.
1313 from pymatgen .io .validation .check_package_versions import package_version_check
14- package_version_check ()
14+
15+ package_version_check ()
Original file line number Diff line number Diff line change @@ -26,11 +26,12 @@ class IOValidationSettings(BaseSettings):
2626
2727 config_file : str = Field (DEFAULT_CONFIG_FILE_PATH , description = "File to load alternative defaults from" )
2828
29- CHECK_PYPI_AT_LOAD : bool = Field (
30- False , description = (
29+ CHECK_PYPI_AT_LOAD : bool = Field (
30+ False ,
31+ description = (
3132 "Whether to do a version check when this module is loaded. "
3233 "Helps user ensure most recent parameter checks are used."
33- )
34+ ),
3435 )
3536
3637 VASP_KPTS_TOLERANCE : float = Field (
You can’t perform that action at this time.
0 commit comments