Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed Nov 13, 2023
1 parent 8b15e00 commit 06bb15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-core/emmet/core/vasp/calculation.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def from_vasp_files(
parse_bandstructure: Union[str, bool] = False,
average_locpot: bool = True,
run_bader: bool = False,
run_ddec6: Union[bool , str] = False,
run_ddec6: Union[bool, str] = False,
strip_bandstructure_projections: bool = False,
strip_dos_projections: bool = False,
store_volumetric_data: Optional[Tuple[str]] = None,
Expand Down

0 comments on commit 06bb15f

Please sign in to comment.