We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe59054 commit 3b785a2Copy full SHA for 3b785a2
src/charm.py
@@ -92,9 +92,7 @@
92
93
PRIMARY_NOT_REACHABLE_MESSAGE = "waiting for primary to be reachable from this unit"
94
EXTENSIONS_DEPENDENCY_MESSAGE = "Unsatisfied plugin dependencies. Please check the logs"
95
-DIFFERENT_VERSIONS_PSQL_BLOCKING_MESSAGE = (
96
- "Please select the correct version of postgresql to use. No need to use different versions of postgresql."
97
- )
+DIFFERENT_VERSIONS_PSQL_BLOCKING_MESSAGE = "Please select the correct version of postgresql to use. No need to use different versions of postgresql."
98
99
Scopes = Literal[APP_SCOPE, UNIT_SCOPE]
100
0 commit comments