Skip to content

Commit e0e20f1

Browse files
committed
Fixup docs
1 parent 427fb79 commit e0e20f1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def resolve_log_level() -> int:
6565

6666
def get_logger(name: str) -> logging.Logger:
6767
"""Create a common logger for all modules in this package."""
68-
# FIXME: Remove the need for this function.
68+
# The need for this function should be removed in the future.
6969
#
7070
# Normally this is derived from the package name (__name__).
7171
#

tests/unit/test_log.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414
@pytest.fixture(autouse=True)
1515
def clear_logging_cache():
16+
"""Clear logging cache"""
1617
setup_logging.cache_clear()
1718

1819

0 commit comments

Comments
 (0)