Skip to content

Commit

Permalink
fix(backend): fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielborgesdm committed Jun 4, 2024
1 parent be7c722 commit aece214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions backend/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,3 @@ clean:

test:
pytest

lint:
pylint $(git ls-files '*.py')

2 changes: 1 addition & 1 deletion backend/app/services/management_service.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from typing import Dict, List
from werkzeug.exceptions import BadRequest
from contextlib import contextmanager
from werkzeug.exceptions import BadRequest

from backend.app.models.model import db
from backend.app.models.author_model import AuthorModel
Expand Down

0 comments on commit aece214

Please sign in to comment.