mirror of https://github.com/phonopy/phono3py.git
Minor update of typehint
This commit is contained in:
parent
ad9cdcc64b
commit
93a5e0ed3c
|
@ -1195,7 +1195,7 @@ def main(**argparse_control):
|
|||
if settings.is_nac:
|
||||
store_nac_params(
|
||||
cast(Phonopy, ph3py),
|
||||
cast(PhonopySettings, settings),
|
||||
settings,
|
||||
cell_info.phono3py_yaml,
|
||||
unitcell_filename,
|
||||
log_level,
|
||||
|
|
Loading…
Reference in New Issue