Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Weismueller committed Aug 6, 2018
1 parent 44abcec commit 479dd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgraas_server/management_resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import logging

import psycopg2
from flask import current_app, jsonify, make_response
from flask import current_app
from flask_restful import fields, Resource, marshal_with, reqparse, abort
from flask_sqlalchemy import SQLAlchemy

Expand Down

0 comments on commit 479dd66

Please sign in to comment.