Skip to content

Commit

Permalink
main.py: disable pylint error: "C0302: Too many lines in module"
Browse files Browse the repository at this point in the history
Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and JenySadadia committed Nov 18, 2024
1 parent 2a23766 commit 25b3dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Author: Guillaume Tucker <[email protected]>
# Author: Jeny Sadadia <[email protected]>

# pylint: disable=unused-argument disable=global-statement
# pylint: disable=unused-argument,global-statement,too-many-lines

"""KernelCI API main module"""

Expand Down

0 comments on commit 25b3dc4

Please sign in to comment.