Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
homanp committed Mar 6, 2024
1 parent 7d42a6f commit 7539189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/table_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def __init__(self):
self.rows = []
self.capture_next_row_as_title = True

def handle_starttag(self, tag, attrs):
def handle_starttag(self, tag, _attrs):
if tag == "table":
self.in_table = True
elif tag == "thead":
Expand Down

0 comments on commit 7539189

Please sign in to comment.