Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AAriam committed Aug 27, 2024
1 parent 4e569d3 commit 04ea154
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ namespaces = true
# ----------------------------------------- Project Metadata -------------------------------------
#
[project]
version = "0.0.0.dev11"
version = "0.0.0.dev12"
name = "LoggerMan"
dependencies = [
"markitup",
Expand Down
2 changes: 0 additions & 2 deletions src/loggerman/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ def sectioner(
exit_code: int | None = None,
):
"""Decorator for sectioning a function or method."""
if not self._initialized:
self.initialize()

def section_decorator(func: _Callable):

Expand Down

0 comments on commit 04ea154

Please sign in to comment.