Merge pull request #55 from vbanos/remove-unused-writer-var

Remove unused writer.tell() call in Writer.write_records
This commit is contained in:
Noah Levitt 2018-01-22 11:16:00 -08:00 committed by GitHub
commit e01fb2fcc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -158,7 +158,6 @@ class WarcWriter:
with self._lock:
writer = self._writer()
recordset_offset = writer.tell()
for record in records:
offset = writer.tell()