mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-07-30 11:19:44 -04:00
Refactor so constants are used everywhere
This commit is contained in:
@@ -6,12 +6,8 @@ from bs4 import BeautifulSoup, element
|
||||
from flask import url_for
|
||||
from freezegun import freeze_time
|
||||
|
||||
from app.main.views.feedback import (
|
||||
PROBLEM_TICKET_TYPE,
|
||||
QUESTION_TICKET_TYPE,
|
||||
has_live_services,
|
||||
in_business_hours,
|
||||
)
|
||||
from app.main.views.feedback import has_live_services, in_business_hours
|
||||
from app.models.feedback import PROBLEM_TICKET_TYPE, QUESTION_TICKET_TYPE
|
||||
from tests.conftest import normalize_spaces
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user