diff --git a/pay-api/src/pay_api/resources/v1/fas/routing_slip.py b/pay-api/src/pay_api/resources/v1/fas/routing_slip.py index b650ef9c8..614b62a56 100644 --- a/pay-api/src/pay_api/resources/v1/fas/routing_slip.py +++ b/pay-api/src/pay_api/resources/v1/fas/routing_slip.py @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. """Resource for Account payments endpoints.""" +import re from http import HTTPStatus from flask import Blueprint, Response, current_app, jsonify, request @@ -86,6 +87,10 @@ def post_routing_slip_report(date: str): """Create routing slip report.""" current_app.logger.info("