Skip to content

Commit 7062c7a

Browse files
authored
Make CI happy
1 parent 1e55041 commit 7062c7a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

api/controllers/console/workspace/account.py

-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,6 @@ def post(self):
280280
class AccountDeleteUpdateFeedbackApi(Resource):
281281
@setup_required
282282
def post(self):
283-
284283
parser = reqparse.RequestParser()
285284
parser.add_argument("email", type=str, required=True, location="json")
286285
parser.add_argument("feedback", type=str, required=True, location="json")

0 commit comments

Comments
 (0)