Skip to content

Commit

Permalink
resolve linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Marianne Hoogeveen committed Jan 29, 2025
1 parent 66a4cdc commit 9cab852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pudl_archiver/archivers/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class _HyperlinkExtractor(HTMLParser):

def __init__(self):
"""Construct parser."""
self.hyperlinks = dict()
self.hyperlinks = {}
self.current_hyperlink = None
super().__init__()

Expand Down

0 comments on commit 9cab852

Please sign in to comment.