Skip to content

Commit

Permalink
pycodestyle lint
Browse files Browse the repository at this point in the history
  • Loading branch information
munrojm committed May 21, 2021
1 parent 83ce09e commit 0bbefea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mp_api/routes/electronic_structure/query_operators.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def query(
if path_type is not None:

d = {
f"bandstructure.{path_type.value}.band_gap": [band_gap_min, band_gap_max,],
f"bandstructure.{path_type.value}.band_gap": [band_gap_min, band_gap_max],
f"bandstructure.{path_type.value}.efermi": [efermi_min, efermi_max],
}

Expand Down

0 comments on commit 0bbefea

Please sign in to comment.