Skip to content

Commit

Permalink
fix: leftover PERSISTENCE_URI in settings type
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Nov 27, 2023
1 parent e32297d commit a7b0719
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion silverback/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class ISilverbackSettings(Protocol):

INSTANCE: str
PERSISTENCE_CLASS: Optional[str]
PERSISTENCE_URI: Optional[str]

def get_network_choice(self) -> str:
...
Expand Down

0 comments on commit a7b0719

Please sign in to comment.