Skip to content

Commit 6db0515

Browse files
code clean
1 parent 631b8df commit 6db0515

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ImageDownloader/img_downloader.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# ImageDownloader - Muhammed Shokr its amazing
2-
import os, re, requests # Always import file in main
32

43
def ImageDownloader(url):
5-
# import os, re, requests
4+
import os, re, requests
65

76
response = requests.get(url)
87
text = response.text

0 commit comments

Comments
 (0)