Skip to content

Commit e7028ed

Browse files
空の行削除
1 parent 2244b44 commit e7028ed

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/handlers/me/articles/fraud/create/me_articles_fraud_create.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ def get_schema(self):
2323
'anyOf': [
2424
{
2525
'properties': {
26-
'reason': {
27-
'enum': settings.FRAUD_REASONS
28-
},
26+
'reason': {'enum': settings.FRAUD_REASONS}
2927
}
30-
3128
}
3229
],
3330
'required': ['article_id']

0 commit comments

Comments
 (0)