Skip to content

Commit

Permalink
Add pylint comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l committed Jan 21, 2025
1 parent 0318024 commit 333481d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/btrixcloud/orgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@


# ============================================================================
# pylint: disable=too-many-public-methods, too-many-instance-attributes, too-many-locals
# pylint: disable=too-many-public-methods, too-many-instance-attributes, too-many-locals, too-many-arguments
class OrgOps:
"""Organization API operations"""

Expand Down

0 comments on commit 333481d

Please sign in to comment.