Skip to content

Commit bfcc81c

Browse files
author
munrojm
committed
Linting
1 parent 5298a01 commit bfcc81c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/materials/test_eos.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ def rester():
2828
alt_name_dict = {"material_ids": "material_id"} # type: dict
2929

3030
custom_field_tests = { # type: dict
31-
"material_ids": ["mp-149"]}
31+
"material_ids": ["mp-149"]
32+
}
3233

3334

3435
@pytest.mark.skipif(os.getenv("MP_API_KEY", None) is None, reason="No API key found.")

tests/materials/test_grain_boundary.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ def rester():
2424

2525
sub_doc_fields = [] # type: list
2626

27-
alt_name_dict = {"material_ids": "material_id", "separation_energy": "w_sep"} # type: dict
27+
alt_name_dict = {
28+
"material_ids": "material_id",
29+
"separation_energy": "w_sep",
30+
} # type: dict
2831

2932
custom_field_tests = {
3033
"material_ids": ["mp-81"],

0 commit comments

Comments
 (0)