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: ...