Skip to content

Commit

Permalink
Merge pull request #1807 from EliahKagan/util-nullhandler
Browse files Browse the repository at this point in the history
Remove git.util.NullHandler
  • Loading branch information
Byron authored Jan 24, 2024
2 parents d28c20b + 01e768b commit 867305d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions git/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -1292,8 +1292,3 @@ def list_items(cls, repo: "Repo", *args: Any, **kwargs: Any) -> Any:


# } END classes


class NullHandler(logging.Handler):
def emit(self, record: object) -> None:
pass

0 comments on commit 867305d

Please sign in to comment.