Skip to content

Commit

Permalink
PH-1067 format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Artjom Aralov committed Feb 21, 2024
1 parent 0af58e1 commit e5712b2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/app.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import os

import psycopg2
import yaml
from flask import Flask, jsonify, request
from flask_sqlalchemy import SQLAlchemy
from flask_swagger_ui import get_swaggerui_blueprint
from sqlalchemy import create_engine
from sqlalchemy.exc import SQLAlchemyError
from sqlalchemy.orm import sessionmaker

from api.enums import is_valid_action
Expand All @@ -20,8 +18,7 @@
extract_delegates_mandates, extract_mandate_data,
extract_mandate_subdelegate_data,
extract_representee_mandates, get_mandates,
get_roles_pg, subdelegate_mandate_pg, delete_subdelegated_mandates_pg, get_person_pg,
get_deleted_mandates)
get_roles_pg, subdelegate_mandate_pg, delete_subdelegated_mandates_pg)
from api.validators import (validate_add_mandate_payload,
validate_add_mandate_subdelegate_payload,
validate_person_company_code)
Expand Down

0 comments on commit e5712b2

Please sign in to comment.