refactor: remove unused import of time module in main.py
Some checks are pending
Docker Image CI / build (push) Waiting to run

This commit is contained in:
patilk 2024-11-14 03:38:53 +01:00
parent a24c889a3f
commit f481879863
Signed by: s500042
GPG Key ID: 1921AD722E7392EE

View File

@ -1,7 +1,6 @@
from scraper import scrap
import os
import json
import time
urls = ["https://digitalprojects.wpi.art/monet/artworks"]
hrefs = []