Skip to content

Commit

Permalink
Remove version from PLUGINS.md header
Browse files Browse the repository at this point in the history
  • Loading branch information
user committed May 14, 2024
1 parent 51b4bdc commit 6f7631c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions avtdl/core/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@
from pydantic.fields import FieldInfo
from pydantic_core import PydanticUndefined

from avtdl._version import __version__
from avtdl.core.interfaces import Action, Filter, Monitor
from avtdl.core.plugins import Plugins

HELP_FILE_STATIC_PART = f'''
<!-- This file is autogenerated as part of avtdl {__version__} at {datetime.datetime.utcnow()} -->
<!-- This file is autogenerated as part of avtdl at {datetime.datetime.utcnow()} -->
## Description and configuration of available plugins
### Table of content:
Expand Down

0 comments on commit 6f7631c

Please sign in to comment.