Skip to content

Commit 02dc5fe

Browse files
committed
Attempt to fix style not flagged locally
1 parent 19286d6 commit 02dc5fe

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/confcom/azext_confcom/lib/serialization.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ def policy_serialize(policy: Union[Policy, Fragment]):
5656
scratch_unmount := data.framework.scratch_unmount
5757
5858
reason := {{"errors": data.framework.errors}}
59-
"""
60-
)
59+
""")
6160

6261

6362
def fragment_serialize(fragment: Fragment):
@@ -75,8 +74,7 @@ def fragment_serialize(fragment: Fragment):
7574
fragments := {fragments_json}
7675
7776
containers := {containers_json}
78-
"""
79-
)
77+
""")
8078

8179

8280
def policy_deserialize(file_path: str):

0 commit comments

Comments
 (0)