From 7a744a0420081be3e6c0a8aa00e75ee4662c3c45 Mon Sep 17 00:00:00 2001 From: sapna-sinha <66251923+sapna-sinha@users.noreply.github.com> Date: Thu, 1 Oct 2020 11:11:59 +0530 Subject: [PATCH] Update link_finder.py adding comments related to the import function --- link_finder.py | 1 + 1 file changed, 1 insertion(+) diff --git a/link_finder.py b/link_finder.py index 7682cea..26b4984 100644 --- a/link_finder.py +++ b/link_finder.py @@ -1,3 +1,4 @@ +#import the html phaser and the url library using urllib from html.parser import HTMLParser from urllib import parse