Skip to content

Commit

Permalink
Black reformating
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 19, 2024
1 parent e32a556 commit f6e14e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions premise/incremental.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ class IncrementalDatabase(NewDatabase):
Class for creating an incremental database. Incremental databases allow measuring the
effects of sectoral updates. The class inherits from the NewDatabase class.
"""

def update(self, sectors: [str, list, None] = None) -> None:
"""
Update the database with the specified sectors.
Expand Down

0 comments on commit f6e14e5

Please sign in to comment.