Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dinesh-aot committed Jul 30, 2024
1 parent 3b7d548 commit 8defc01
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 30 deletions.
Empty file modified compliance-api/pre-hook-update-db.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion compliance-api/src/compliance_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def get_roles(a_dict):

def register_shellcontext(app):
"""Register shell context objects."""
from api import models # pylint: disable=import-outside-toplevel
from compliance_api import models # pylint: disable=import-outside-toplevel

def shell_context():
"""Shell context objects."""
Expand Down
29 changes: 0 additions & 29 deletions compliance-api/tests/unit/utils/test_notification.py

This file was deleted.

0 comments on commit 8defc01

Please sign in to comment.