Skip to content

Commit a5058f6

Browse files
committed
Removing apparently superfluous assignments
1 parent 96de0d7 commit a5058f6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/test_sqlalchemy_mysql.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,5 @@ def test_issue_4(self):
8686
g.destroy(self.uri)
8787

8888

89-
if False:
90-
SQLAMySQLGraphTestCase.storetest = True
91-
SQLAMySQLContextTestCase.storetest = True
92-
SQLAMySQLIssueTestCase.storetest = True
93-
9489
if __name__ == "__main__":
9590
unittest.main()

0 commit comments

Comments
 (0)