LPX commited on
Commit
9ce24a1
·
1 Parent(s): c9d5b11

refactor: remove unused import from app_mcp.py

Browse files

- Removed the unused `pywt` import to clean up the code and improve readability.

Files changed (1) hide show
  1. app_mcp.py +0 -1
app_mcp.py CHANGED
@@ -17,7 +17,6 @@ from utils.gradient import gradient_processing
17
  from utils.minmax import preprocess as minmax_preprocess
18
  from utils.ela import genELA as ELA
19
  from forensics.registry import register_model, MODEL_REGISTRY, ModelEntry
20
- import pywt
21
  import cv2
22
  import tempfile
23
  import exiftool
 
17
  from utils.minmax import preprocess as minmax_preprocess
18
  from utils.ela import genELA as ELA
19
  from forensics.registry import register_model, MODEL_REGISTRY, ModelEntry
 
20
  import cv2
21
  import tempfile
22
  import exiftool