Skip to content

Commit

Permalink
Runs Black
Browse files Browse the repository at this point in the history
  • Loading branch information
louisleroy5 committed Apr 17, 2020
1 parent 1003c53 commit f866f8a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_trnsys.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,10 +621,7 @@ def test_load_idf_file_and_clean_names(self, config, converttesteasy):


@pytest.fixture(
scope="class",
params=[
"5ZoneGeometryTransform.idf",
],
scope="class", params=["5ZoneGeometryTransform.idf",],
)
def converttest(request):
file = get_eplus_dirs(settings.ep_version) / "ExampleFiles" / request.param
Expand Down Expand Up @@ -746,7 +743,6 @@ def test_write_idf_objects(self, config, converttest):
zones[0].Z_Origin = ""
zones[0].Multiplier = ""


# Get all construction EXCEPT fenestration ones
constr_list = _get_constr_list(buildingSurfs)

Expand Down

0 comments on commit f866f8a

Please sign in to comment.