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
|
|
@ -22,7 +22,7 @@ def test_label_data():
|
|||
|
||||
def test_label_complex_key():
|
||||
label = DockerLabelHandler("till")
|
||||
|
||||
|
||||
data = dict()
|
||||
data["till.definitions"] = "h2"
|
||||
data["till.host.h2"] = "fqdn.example.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue