[SEBA-497]

Delayer and alpine-base chameleon container
Also fix formatting and minor bugs

Change-Id: I465b6b351ae11dca81dbc6c88d5b6080fdbc1f5c
diff --git a/utils/structlog_setup.py b/utils/structlog_setup.py
index 6a149c0..0cdb400 100644
--- a/utils/structlog_setup.py
+++ b/utils/structlog_setup.py
@@ -43,6 +43,7 @@
     """Our special version of OrderedDict that renders into string as a dict,
        to make the log stream output cleaner.
     """
+
     def __repr__(self, _repr_running={}):
         'od.__repr__() <==> repr(od)'
         call_key = id(self), _get_ident()