Skip to content

Commit 3f01e07

Browse files
committed
Remove commented security checks from excel_scraper.py
1 parent ab7f0f4 commit 3f01e07

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

-44 Bytes
Binary file not shown.

src/excel_scraper.py

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
from abc import ABC, abstractmethod
1515
from tenacity import retry, stop_after_attempt, wait_fixed
1616
from tqdm import tqdm
17-
# For security checks:
18-
# (ClamAV must also be installed & running)
1917
import pyclamd
2018
import magic
2119

0 commit comments

Comments
 (0)