Fix line too long in authorizations.py#862
Fix line too long in authorizations.py#862Dev-JoyA wants to merge 1 commit intofedora-infra:swatantryafrom
Conversation
gridhead
left a comment
There was a problem hiding this comment.
Please rework this pull request based on the suggested changes and review the AI-Assisted Contributions Policy to disclose the use of AI tools.
|
Implemented the requested review changes in
|
|
@gridhead Kindly review my pr, I have resolved all issues . |
c19ec10 to
815d53f
Compare
gridhead
left a comment
There was a problem hiding this comment.
Please ensure that your commits are signed and the commit messages are no longer than 50 characters. Also, your disclosure of the use of the AI tooling has to be inside of the commit message.
gridhead
left a comment
There was a problem hiding this comment.
Please look into stepping up your work from here on out, rather than focusing on low-hanging fruit.
a6c7f8a to
2913a1f
Compare
Thanks for the feedback , understood. |
2913a1f to
7ba815e
Compare
7ba815e to
9c677c8
Compare
gridhead
left a comment
There was a problem hiding this comment.
Please sign your commits and specify what AI tooling or model you have made use of within the commit messages!
Fixes the line-too-long authorization response issue and keeps handler variable naming consistent for clarity. This restores clean linting so tox/quality checks can run without failing on this file. AI-Assisted: Used AI (DeepSeek) for drafting text; code changes reviewed and validated by me.
9c677c8 to
54d7410
Compare
gridhead
left a comment
There was a problem hiding this comment.
Since my repeated requests for signing the commits have gone unheeded, I am going ahead with rejecting this pull request. Please do better in your further attempts at contributing to this project's codebase.
I am trying to record my contribution and I am just seeing this |
|
@gridhead I signed the commit and requested a re-review |
Closes #847
What changed
Fixed tox error in
tahrir/endpoints/admin/authorizations.py:Why
The initial code was causing tox not to run properly , due to line too error

Validation
ran tox to ensure all test passed and there is no error