Skip to content

Commit

Permalink
remove selenium from verify.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adi88d committed Dec 8, 2024
1 parent d0da16e commit ae0c60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/chromium/verify.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from selenium import webdriver
from selenium.common.exceptions import NoSuchElementException, InvalidArgumentException
# from selenium import webdriver
# from selenium.common.exceptions import NoSuchElementException, InvalidArgumentException
from PyPDF2 import PdfFileReader
import pdf2image
import numpy as np
Expand Down

0 comments on commit ae0c60e

Please sign in to comment.