Skip to content

Commit

Permalink
fixing linting
Browse files Browse the repository at this point in the history
  • Loading branch information
VineetBala-AOT committed Feb 20, 2025
1 parent f836c0e commit 261d4a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions submit-api/src/submit_api/resources/staff/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ def patch(package_id):
accept_update_request = PackageService.accept_update_request(package_id)
return StaffPackageSchema().dump(accept_update_request), HTTPStatus.OK


@cors_preflight("POST, OPTIONS")
@API.route(
"/<int:package_id>/update-requests/<int:update_request_id>/note",
Expand Down

0 comments on commit 261d4a9

Please sign in to comment.