Adjust code to comply with Ruff code style rules

This commit is contained in:
Justin Mayer 2024-07-03 22:49:30 +02:00
commit 897206b8b8
3 changed files with 5 additions and 9 deletions

View file

@ -1 +1 @@
from .share_post import * # noqa
from .share_post import * # noqa: F403,PGH004,RUF100