remove function attribute that was never used

This commit is contained in:
Eli Schwartz 2021-11-08 16:35:24 -05:00
parent da8092c58a
commit d62d8b9111
No known key found for this signature in database
GPG Key ID: CEB167EFB5722BD6

View File

@ -455,7 +455,6 @@ def add_anchors_markup(root, uuid, anchors):
# rescale the viewport
a.tail = '\n'
div.append(a)
a.count = 0
for anchor in anchors:
a(anchor)
a(uuid)