Skip to content

Commit

Permalink
Remove deprecated logging filter
Browse files Browse the repository at this point in the history
  • Loading branch information
GooRoo committed Sep 23, 2024
1 parent 8be6234 commit 9e0f4fe
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions mkdocs_obsidian_bridge/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
from mkdocs.structure.files import Files as MkDocsFiles

logger = logging.getLogger(f'mkdocs.plugins.{__name__}')
logger.addFilter(mkdocs.utils.warning_filter)


FilenameToPaths = defaultdict[str, list[Path]]

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ requires-python = ">=3.10,<4"
dependencies = [
"mkdocs >=1.4.2",
"markdown >=3.2.1",
"obsidian-media>=2.0.0",
]

[project.entry-points."mkdocs.plugins"]
Expand Down

0 comments on commit 9e0f4fe

Please sign in to comment.