Skip to content

Commit 0a4cc2d

Browse files
committed
fix import order
Change-Id: I62dfdb5f0af73b5402fc63d57c5a9659f77b9a94
1 parent 3fb893e commit 0a4cc2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mako/pyparser.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
module is used.
1111
"""
1212

13-
import operator
14-
1513
import _ast
14+
import operator
1615

1716
from mako import _ast_util
1817
from mako import compat

0 commit comments

Comments
 (0)