Skip to content

Commit

Permalink
Merge branch 'main' into feat/platform-login
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored Aug 1, 2024
2 parents 027c2b9 + 05ff15b commit 89c976d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silverback/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class Settings(BaseSettings, ManagerAccessMixin):

RESULT_BACKEND_CLASS: str = ""
RESULT_BACKEND_URI: str = "" # To be deprecated in 0.6
RESULT_BACKEND_KWARGS: str = ""
RESULT_BACKEND_KWARGS: dict[str, Any] = dict()

NETWORK_CHOICE: str = ""
SIGNER_ALIAS: str = ""
Expand Down

0 comments on commit 89c976d

Please sign in to comment.