Skip to content

Commit 3b785a2

Browse files
committed
format
1 parent fe59054 commit 3b785a2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/charm.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,7 @@
9292

9393
PRIMARY_NOT_REACHABLE_MESSAGE = "waiting for primary to be reachable from this unit"
9494
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-
)
95+
DIFFERENT_VERSIONS_PSQL_BLOCKING_MESSAGE = "Please select the correct version of postgresql to use. No need to use different versions of postgresql."
9896

9997
Scopes = Literal[APP_SCOPE, UNIT_SCOPE]
10098

0 commit comments

Comments
 (0)