Skip to content

Commit

Permalink
Added Codacy fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWalshe93 committed May 17, 2021
1 parent 518589b commit 663846d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion app/api/v1/handlers/retrieve.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"""

import logging
from typing import Union, List, Dict, Any

from flask import make_response

Expand Down
2 changes: 1 addition & 1 deletion app/api/v1/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import logging
from datetime import datetime

from flask import current_app, make_response, request
from flask import make_response
from flask_restful import Resource

from app import db
Expand Down
1 change: 0 additions & 1 deletion app/api/v1/users.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

from flask_restful import Resource

from app.api.utils import UserUtils
from app.api.authentication import auth, Access

from app.api.v1.handlers import UpdateHandler, RetrieveHandler, DeleteHandler
Expand Down

0 comments on commit 663846d

Please sign in to comment.