Skip to content

Commit 21dc3b1

Browse files
committed
isort
1 parent 2429a2e commit 21dc3b1

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

example/idp2_repoze/modules/login.mako.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
from mako import cache, runtime
1+
from mako import cache
2+
from mako import runtime
3+
24

35
UNDEFINED = runtime.UNDEFINED
46
__M_dict_builtin = dict

example/idp2_repoze/modules/root.mako.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
from mako import runtime, filters, cache
1+
from mako import cache
2+
from mako import filters
3+
from mako import runtime
4+
25

36
UNDEFINED = runtime.UNDEFINED
47
__M_dict_builtin = dict

0 commit comments

Comments
 (0)