Fixing errors / reformating code
This commit is contained in:
parent
078cb31eb7
commit
3b2e9a43fd
11 changed files with 368 additions and 316 deletions
|
|
@ -1,10 +1,11 @@
|
|||
import pytest
|
||||
import os
|
||||
import time
|
||||
|
||||
import docker
|
||||
import pytest
|
||||
|
||||
from functions import Functions
|
||||
from processor import ProcessorInterface
|
||||
from processor import Docker
|
||||
|
||||
|
||||
def _get_hydrated_object(parsed_objects, lookup_key):
|
||||
|
|
@ -17,7 +18,6 @@ def _get_hydrated_object(parsed_objects, lookup_key):
|
|||
|
||||
|
||||
def _get_ip_host(parsed_objects, lookup_key):
|
||||
hydrated_object = {}
|
||||
for key in parsed_objects:
|
||||
for keys in parsed_objects[key]:
|
||||
if lookup_key in keys:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue