mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
remove now unnecessary type igonre comment
This commit is contained in:
@@ -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[arg-type]
|
||||
cur.copy_from(self.buffer, table, columns=columns)
|
||||
|
||||
Reference in New Issue
Block a user