Skip to content

Commit c2eba74

Browse files
author
kabulov kozim
committed
fix style
1 parent 8ea65de commit c2eba74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def prepare_table(self, engine):
9797
base = declarative_base()
9898

9999
class Table(base):
100-
__tablename__ = 'dir/test'
100+
__tablename__ = "dir/test"
101101
id = Column(Integer, primary_key=True)
102102
text = Column(Unicode)
103103

0 commit comments

Comments
 (0)