refactor: remove unused import of time module in main.py
Some checks are pending
Docker Image CI / build (push) Waiting to run
Some checks are pending
Docker Image CI / build (push) Waiting to run
This commit is contained in:
parent
a24c889a3f
commit
f481879863
@ -1,7 +1,6 @@
|
|||||||
from scraper import scrap
|
from scraper import scrap
|
||||||
import os
|
import os
|
||||||
import json
|
import json
|
||||||
import time
|
|
||||||
|
|
||||||
urls = ["https://digitalprojects.wpi.art/monet/artworks"]
|
urls = ["https://digitalprojects.wpi.art/monet/artworks"]
|
||||||
hrefs = []
|
hrefs = []
|
||||||
|
Loading…
Reference in New Issue
Block a user