Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 16, 2022
1 parent 64d388d commit d08d44f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion flexget/components/tmdb/api.py
Expand Up @@ -108,7 +108,10 @@ class ObjectsContainer:
'include_backdrops', type=inputs.boolean, default=False, help='Include backdrops in response'
)
tmdb_parser.add_argument(
'include_release_dates', type=inputs.boolean, default=False, help='Include release dates in response'
'include_release_dates',
type=inputs.boolean,
default=False,
help='Include release dates in response',
)


Expand Down

0 comments on commit d08d44f

Please sign in to comment.