From f6e14e5bf178325cd87b1cb711bd8518a5c40519 Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sat, 19 Oct 2024 16:34:50 +0000 Subject: [PATCH] Black reformating --- premise/incremental.py | 1 + 1 file changed, 1 insertion(+) diff --git a/premise/incremental.py b/premise/incremental.py index be820c77..325064a4 100644 --- a/premise/incremental.py +++ b/premise/incremental.py @@ -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.