From a7b071903b4134592a22ab8f186c4f5a0e1b4826 Mon Sep 17 00:00:00 2001 From: Mike Shultz Date: Mon, 27 Nov 2023 14:33:11 -0700 Subject: [PATCH] fix: leftover PERSISTENCE_URI in settings type --- silverback/types.py | 1 - 1 file changed, 1 deletion(-) diff --git a/silverback/types.py b/silverback/types.py index 76e77d05..c2435ee4 100644 --- a/silverback/types.py +++ b/silverback/types.py @@ -14,7 +14,6 @@ class ISilverbackSettings(Protocol): INSTANCE: str PERSISTENCE_CLASS: Optional[str] - PERSISTENCE_URI: Optional[str] def get_network_choice(self) -> str: ...