adapt to newest version of mypy

This commit is contained in:
Sarah Hoffmann
2023-11-17 10:17:25 +01:00
parent 35a5424332
commit 1da2192fb0
3 changed files with 5 additions and 5 deletions

View File

@@ -118,4 +118,4 @@ class CopyBuffer:
"""
if self.buffer.tell() > 0:
self.buffer.seek(0)
cur.copy_from(self.buffer, table, columns=columns) # type: ignore[no-untyped-call]
cur.copy_from(self.buffer, table, columns=columns)