mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-19 10:23:17 +00:00
Tests: remove unused Python modules from freshclam tests
The 'cgi' module is deprecrated and will be removed in Python 3.13. We weren't using it anyways. Fixes: https://github.com/Cisco-Talos/clamav/issues/1327
This commit is contained in:
parent
9a54515db2
commit
113c217bef
1 changed files with 0 additions and 4 deletions
|
@ -10,14 +10,10 @@ import os
|
|||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue