Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 17, 2024
1 parent 472e454 commit cf34afb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions premise/incremental.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@
"fuels": ["fuels", "heat"],
"battery": "battery",
"transport": ["cars", "two_wheelers", "trucks", "buses", "trains"],
"others": [
"emissions",
"dac"
],
"others": ["emissions", "dac"],
"external": "external",
}


class IncrementalDatabase(NewDatabase):
def update(self, sectors: [str, list, None] = None) -> None:

Expand Down

0 comments on commit cf34afb

Please sign in to comment.