Skip to content

Commit

Permalink
Remove warnings_filter (#51)
Browse files Browse the repository at this point in the history
Closes #47
  • Loading branch information
timvink authored Aug 3, 2024
1 parent 24492bc commit ed92246
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions markdownextradata/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,12 @@
import mkdocs
import logging
from mkdocs.plugins import BasePlugin
from mkdocs.utils import warning_filter

import jinja2
from pathlib import Path
from itertools import chain

log = logging.getLogger(__name__)
log.addFilter(warning_filter)

CONFIG_KEYS = ["site_name", "site_author", "site_url", "repo_url", "repo_name"]

Expand Down

0 comments on commit ed92246

Please sign in to comment.