Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Jul 12, 2021
1 parent a0d0c1d commit a6622d4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions carculator_truck/export.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,10 +843,9 @@ def write_lci(
print(tuple_output[0].lower())
source, description, special_remark = ["", "", ""]

if (
ecoinvent_compatibility
or (ecoinvent_compatibility == False
and tuple_output[0] not in activities_to_be_removed)
if ecoinvent_compatibility or (
ecoinvent_compatibility == False
and tuple_output[0] not in activities_to_be_removed
):

string = ""
Expand Down

0 comments on commit a6622d4

Please sign in to comment.