Remove unused import from tests
Tests imported the psutil module, which is not needed for execution. Signed-off-by: Antonio Torres <antorres@redhat.com>
This commit is contained in:
parent
0bee016e79
commit
63ee79a9ba
@ -15,7 +15,6 @@ import unittest
|
||||
import subprocess
|
||||
import signal
|
||||
import shutil
|
||||
import psutil
|
||||
import socket
|
||||
|
||||
RADIUSD_PID_FILE='/var/run/radiusd/radiusd.pid'
|
||||
|
Loading…
Reference in New Issue
Block a user