Skip to content

Commit

Permalink
Make get_and_parse_html function fully keyword-only
Browse files Browse the repository at this point in the history
  • Loading branch information
caleb531 committed Mar 27, 2023
1 parent 44a381f commit 3ca8b78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions yvs/yv_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class YVParser(HTMLParser):
# in a way that complements the caching mechanism built into this workflow; for
# example,
def get_and_parse_html(
*,
parser, # An instance of an HTMLParser subclass
html_getter, # A function that retrieves the HTML
# to parse; this function should accept a
Expand Down

0 comments on commit 3ca8b78

Please sign in to comment.