Refactor: modernize codebase by replacing deprecated patterns, simplifying imports, and applying type hinting refinements.
This commit is contained in:
parent
55d0d1a105
commit
62e5c054f4
18 changed files with 75 additions and 68 deletions
|
|
@ -1,8 +1,6 @@
|
|||
import os
|
||||
|
||||
import psutil
|
||||
|
||||
from functions import DaemonizeHAProxy, Functions
|
||||
from functions import DaemonizeHAProxy
|
||||
|
||||
|
||||
def test_daemonize_haproxy():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue