fix flake8 errors

This commit is contained in:
Micha Gorelick 2020-03-13 15:05:07 +01:00
parent a9a15966e2
commit 03b7532997

View File

@ -404,6 +404,7 @@ class TableTestCase(unittest.TestCase):
def test_chunked_insert_callback(self):
data = TEST_DATA * 100
N = 0
def callback(queue):
nonlocal N
N += len(queue)