Skip to content

Commit f9bf077

Browse files
author
kabulov kozim
committed
fix style in test_orm.py
1 parent b6dede0 commit f9bf077

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_orm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from sqlalchemy.orm import declarative_base, sessionmaker
66
from sqlalchemy.testing.fixtures import TablesTest, config
77

8+
89
class TestDirectories(TablesTest):
910
__backend__ = True
1011

@@ -34,6 +35,7 @@ def drop_table(self, base, engine):
3435
def bind_old_method_to_dialect(self, dialect):
3536
def _fix_variable_name(self, variable):
3637
return variable
38+
3739
dialect._fix_variable_name = MethodType(_fix_variable_name, dialect)
3840

3941
def test_directories(self):

0 commit comments

Comments
 (0)