mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-09 14:42:24 -05:00
Run auto-correct on app/ and tests/
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
from flask import Blueprint, jsonify
|
||||
|
||||
from app.dao.inbound_numbers_dao import (
|
||||
dao_get_inbound_numbers,
|
||||
dao_get_inbound_number_for_service,
|
||||
dao_get_available_inbound_numbers,
|
||||
dao_set_inbound_number_active_flag
|
||||
dao_get_inbound_number_for_service,
|
||||
dao_get_inbound_numbers,
|
||||
dao_set_inbound_number_active_flag,
|
||||
)
|
||||
from app.errors import register_errors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user