fix dependency import

This commit is contained in:
long2ice
2020-05-21 13:44:09 +08:00
parent bf1d745cef
commit 23dd29644c
5 changed files with 11 additions and 28 deletions

View File

@@ -48,7 +48,6 @@ class TestDDL(test.TruncationTestCase):
);""",
)
elif isinstance(self.ddl, PostgresDDL):
print(ret)
self.assertEqual(
ret,
"""CREATE TABLE IF NOT EXISTS "category" (