Skip to content

Commit 5989460

Browse files
committed
Removing unused imports
1 parent d5e947d commit 5989460

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/python/strelka/scanners/scan_email.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,10 @@
11
import base64
22
import email
33
import email.header
4-
import hashlib
5-
import io
64
import logging
7-
import os
8-
import tempfile
9-
from typing import List
105

116
import eml_parser
12-
import fitz # PyMuPDF
137
import pytz
14-
from PIL import Image
158

169
from strelka import strelka
1710

0 commit comments

Comments
 (0)