Skip to content

Commit 1cbfe61

Browse files
authored
Merge branch 'sqlalchemy:main' into feat/pyproject
2 parents d66d8e4 + 91232d8 commit 1cbfe61

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitreview

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[gerrit]
2-
host=gerrit.sqlalchemy.org
2+
host=ssh.gerrit.sqlalchemy.org
33
project=sqlalchemy/mako
44
defaultbranch=main
5+
6+
# non-standard config, used by publishthing
7+
httphost=gerrit.sqlalchemy.org
8+
9+
10+

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)