Skip to content

Commit

Permalink
Merge branch 'master' into fix-context-vars
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek authored Feb 18, 2021
2 parents e9eed3b + bca6527 commit abd3bd3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/code_examples/flask_/webapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ def some_route():
key_order=["event", "view", "peer"]
),
],
context_class=structlog.threadlocal.wrap_dict(dict),
logger_factory=structlog.stdlib.LoggerFactory(),
)
app.run()
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ exclude_lines = [
"pragma: no cover",
"if TYPE_CHECKING:",
"raise NotImplementedError",
# typing-related code
# typing-related code
"^if (False|TYPE_CHECKING):",
": \\.\\.\\.$",
"^ +\\.\\.\\.$",
Expand Down

0 comments on commit abd3bd3

Please sign in to comment.