2767 passing

This commit is contained in:
jimmoffet
2022-08-05 00:25:03 -07:00
parent f48872b4cc
commit dad051a662
71 changed files with 497 additions and 374 deletions

View File

@@ -1,5 +1,7 @@
from flask import current_app
from app.extensions import redis_client
from app.notify_client import NotifyAdminAPIClient, cache
from app.notify_client import NotifyAdminAPIClient
class TemplateFolderAPIClient(NotifyAdminAPIClient):