Skip to content

Commit a1fa5fa

Browse files
committed
format
1 parent aeef15d commit a1fa5fa

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/relations/postgresql_provider.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
from charms.data_platform_libs.v0.data_interfaces import (
99
DatabaseProvides,
1010
DatabaseRequestedEvent,
11-
diff,
1211
)
1312
from charms.postgresql_k8s.v0.postgresql import (
1413
INVALID_EXTRA_USER_ROLE_BLOCKING_MESSAGE,

tests/integration/relations/test_relations.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,11 @@ async def test_deploy_charms(ops_test: OpsTest, charm):
4545
application_name=APP_NAME,
4646
num_units=1,
4747
series=CHARM_SERIES,
48-
config={"profile": "testing", "plugin_unaccent_enable": "True", "plugin_pg_trgm_enable": "True"},
48+
config={
49+
"profile": "testing",
50+
"plugin_unaccent_enable": "True",
51+
"plugin_pg_trgm_enable": "True",
52+
},
4953
),
5054
ops_test.model.deploy(
5155
APPLICATION_APP_NAME,

0 commit comments

Comments
 (0)