mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-06 05:55:23 +02:00
chore: Remove Warnings (#5039)
This commit is contained in:
parent
f48dafd855
commit
c7c87068bf
2 changed files with 170 additions and 28 deletions
|
@ -1,3 +1,12 @@
|
||||||
|
import re
|
||||||
|
import warnings
|
||||||
|
|
||||||
|
# pyrdfa3 is no longer being updated and has docstrings that emit syntax warnings
|
||||||
|
warnings.filterwarnings(
|
||||||
|
"ignore", module=".*pyRdfa", category=SyntaxWarning, message=re.escape("invalid escape sequence '\\-'")
|
||||||
|
)
|
||||||
|
|
||||||
|
# ruff: noqa: E402
|
||||||
from collections.abc import AsyncGenerator
|
from collections.abc import AsyncGenerator
|
||||||
from contextlib import asynccontextmanager
|
from contextlib import asynccontextmanager
|
||||||
|
|
||||||
|
|
189
poetry.lock
generated
189
poetry.lock
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue