Skip to content

Commit

Permalink
Change hint type of key in NewDatabase
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Sep 9, 2024
1 parent eefe5ef commit a097eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion premise/new_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def __init__(
scenarios: List[dict],
source_version: str = "3.10",
source_type: str = "brightway",
key: bytes = None,
key: Union[bytes, str] = None,
source_db: str = None,
source_file_path: str = None,
additional_inventories: List[dict] = None,
Expand Down

0 comments on commit a097eed

Please sign in to comment.