mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Update __init__.py
Moved the import statement
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import os
|
||||
import pathlib
|
||||
import secrets
|
||||
import re
|
||||
from functools import partial
|
||||
from time import monotonic
|
||||
from urllib.parse import unquote, urlparse, urlunparse
|
||||
@@ -676,7 +677,6 @@ def init_jinja(application):
|
||||
jinja_loader = jinja2.FileSystemLoader(template_folders)
|
||||
application.jinja_loader = jinja_loader
|
||||
|
||||
import re
|
||||
|
||||
def slugify(text):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user