Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- main
pull_request:
branches:
- main

env:
PROJECT_NAME: flogging
Expand Down Expand Up @@ -223,4 +221,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_PASS }}
password: ${{ secrets.PYPI_PASS }}
1 change: 0 additions & 1 deletion flogging/flogging.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,6 @@ def ensure_utf8_stream(stream):
handler.emit = check_trailing_dot(handler.emit)



def set_context(context):
"""Assign the logging context - an abstract object - to the current thread."""
try:
Expand Down
Loading