Skip to content

Commit

Permalink
Merge pull request #1350 from micahsnyder/CLAM-2666-python-cgi
Browse files Browse the repository at this point in the history
Tests: remove unused Python modules from freshclam tests
  • Loading branch information
micahsnyder authored Aug 28, 2024
2 parents 19b25ce + e06cf17 commit 94a8917
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions unit_tests/freshclam_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@
from pathlib import Path
import platform
import shutil
import subprocess
import sys
import time
import unittest
from functools import partial

from http.server import HTTPServer, BaseHTTPRequestHandler
import cgi

import testcase

Expand Down

0 comments on commit 94a8917

Please sign in to comment.