Skip to content

Commit

Permalink
build fail fix: pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Prasanna172 committed Mar 31, 2024
1 parent c2ade9c commit 61662c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions service/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ class Promotions(db.Model):
Class that represents a Promotions
"""

# pylint: disable=too-many-instance-attributes

##################################################
# Table Schema
##################################################
Expand Down
1 change: 1 addition & 0 deletions tests/test_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ class TestYourResourceService(TestCase):
@classmethod
def setUpClass(cls):
"""Run once before all tests"""
# pylint: disable=R0801
app.config["TESTING"] = True
app.config["DEBUG"] = False
# Set up the test database
Expand Down

0 comments on commit 61662c8

Please sign in to comment.