Commit c4715f06 authored by Alan Hamlett's avatar Alan Hamlett

fix flake8

parent 402e9a7a
...@@ -11,7 +11,7 @@ import warnings ...@@ -11,7 +11,7 @@ import warnings
try: try:
from wtforms.widgets import HTMLString as Markup from wtforms.widgets import HTMLString as Markup
except ImportError: except ImportError:
from markupsafe import Markup from markupsafe import Markup # noqa: F401
def get_property(obj, name, old_name, default=None): def get_property(obj, name, old_name, default=None):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment