We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2486aae commit 5a3dc26Copy full SHA for 5a3dc26
1 file changed
src/workflows/frontend/__init__.py
@@ -100,7 +100,8 @@ def __getitem__(self, key):
100
return self.status.__getitem__(key)
101
102
self.log = logging.LoggerAdapter(
103
- logging.getLogger("workflows.frontend"), LogAdapter()
+ logging.getLogger("workflows.frontend"),
104
+ LogAdapter(), # type: ignore
105
)
106
107
# Connect to the network transport layer
0 commit comments