Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
g-as committed Nov 15, 2022
1 parent 2429a2e commit 21dc3b1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion example/idp2_repoze/modules/login.mako.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
from mako import cache, runtime
from mako import cache
from mako import runtime


UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
Expand Down
5 changes: 4 additions & 1 deletion example/idp2_repoze/modules/root.mako.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from mako import runtime, filters, cache
from mako import cache
from mako import filters
from mako import runtime


UNDEFINED = runtime.UNDEFINED
__M_dict_builtin = dict
Expand Down

0 comments on commit 21dc3b1

Please sign in to comment.