Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 17252ac

Browse files
committed
Remove dead code
1 parent 7979d32 commit 17252ac

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/test_api.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@
88

99

1010
class TestApi(unittest.TestCase):
11-
@classmethod
12-
def setUpClass(cls):
13-
# Avoid leaking connections that require waiting for the GC, which can
14-
# cause deadlocks for table-level modifications.
15-
# cls.preql = preql.Preql(TEST_MYSQL_CONN_STRING)
16-
pass
17-
1811
def setUp(self) -> None:
1912
self.preql = preql.Preql(TEST_MYSQL_CONN_STRING)
2013
self.preql(

0 commit comments

Comments
 (0)