Skip to content

Commit

Permalink
fix: Remove deprecated warning_filter (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKing authored Jul 30, 2023
1 parent a92e884 commit 7721103
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/mkdocs_autorefs/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
from urllib.parse import urlsplit

from mkdocs.plugins import BasePlugin
from mkdocs.utils import warning_filter

from mkdocs_autorefs.references import AutorefsExtension, fix_refs, relative_url

Expand All @@ -29,7 +28,6 @@
from mkdocs.structure.toc import AnchorLink

log = logging.getLogger(f"mkdocs.plugins.{__name__}")
log.addFilter(warning_filter)


class AutorefsPlugin(BasePlugin):
Expand Down

0 comments on commit 7721103

Please sign in to comment.