Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pR0Ps committed Jun 13, 2024
1 parent e741577 commit 47c79f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bracelogger
A Python library that enables using the brace-style string formatting in log messages.

Features:
- Supports a wide range of Python versions (v2.7 - v3.12)
- Supports a wide range of Python versions (v2.7 - v3.13)
- No dependencies
- Easy to use - no special syntax required
- Easy to transition to from stdlib logging - just change the `logging.getLogger` calls and message
Expand Down
1 change: 0 additions & 1 deletion bracelogger.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import functools
import logging
import types

try:
from collections.abc import Mapping
Expand Down

0 comments on commit 47c79f4

Please sign in to comment.