mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
Do not create a new version of the template if there is no change to the tempalte.
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import json
|
||||
from datetime import (datetime, date)
|
||||
from flask import url_for
|
||||
from app.models import Template
|
||||
from freezegun import freeze_time
|
||||
from app.dao.templates_dao import dao_update_template
|
||||
from tests import create_authorization_header
|
||||
|
||||
|
||||
Reference in New Issue
Block a user