Skip to content

Commit e5b051a

Browse files
committed
fix fmt
1 parent d4281db commit e5b051a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

catalyst-python/src/catalyst_python/signed_doc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def build_and_sign(
114114
# Signed Docs Factory #
115115
# ------------------- #
116116

117+
117118
def proposal_doc(
118119
content: dict[str, Any],
119120
proposal_form_template_doc: SignedDocumentBase,
@@ -173,7 +174,6 @@ def category_parameters_form_template_doc(
173174
return SignedDocument(metadata, content, admin_key.cat_id(), admin_key.key)
174175

175176

176-
177177
def campaign_parameters_doc(
178178
content: dict[str, Any],
179179
campaign_parameters_form_template_doc: SignedDocumentBase,

0 commit comments

Comments
 (0)