mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
flake8 - remove unused imports and ensure they're always at the top of the file
This commit is contained in:
@@ -1,8 +1,5 @@
|
||||
from flask import jsonify, request, url_for, current_app
|
||||
|
||||
from notifications_utils.recipients import validate_and_format_phone_number
|
||||
from notifications_utils.recipients import InvalidPhoneError
|
||||
|
||||
from app import authenticated_service
|
||||
from app.dao import inbound_sms_dao
|
||||
from app.schema_validation import validate
|
||||
|
||||
Reference in New Issue
Block a user