notify-api-521 code review feedback and fix code coverage

This commit is contained in:
Kenneth Kehl
2023-10-03 07:31:24 -07:00
parent 2487aeb657
commit 6af998a080
2 changed files with 6 additions and 13 deletions

View File

@@ -2,9 +2,8 @@ import json
import os
import re
import time
from datetime import datetime
from datetime import datetime, timedelta
from _datetime import timedelta
from boto3 import client
from flask import current_app