Skip to content

Commit 4d14956

Browse files
committed
Remove unused import
1 parent 079a73d commit 4d14956

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

solve.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import os # For getting the current working directory and making directories
22
import sys # For getting command line arguments
3-
from enum import Enum # For the enum class
43
from selenium import webdriver # For getting the HTML of the problem
54
import requests # For downloading images
65
from bs4 import BeautifulSoup # For parsing HTML

0 commit comments

Comments
 (0)