Skip to content

Commit

Permalink
[wrong] test with a bad formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
grqz committed Sep 12, 2024
1 parent 5a85bee commit 7dbda77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/yt_dlp_plugins/extractor/getpot_bgutil_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
from yt_dlp.networking.exceptions import RequestError, UnsupportedRequest
from yt_dlp.utils import Popen, classproperty

from yt_dlp_plugins.extractor.getpot import GetPOTProvider, register_preference, register_provider
from yt_dlp_plugins.extractor.getpot_bgutil import __version__
from yt_dlp_plugins.extractor.getpot import GetPOTProvider, register_preference, register_provider


@register_provider

Check failure on line 14 in plugin/yt_dlp_plugins/extractor/getpot_bgutil_script.py

View workflow job for this annotation

GitHub Actions / Lint and format check

Ruff (I001)

plugin/yt_dlp_plugins/extractor/getpot_bgutil_script.py:1:1: I001 Import block is un-sorted or un-formatted
class BgUtilScriptPotProviderRH(GetPOTProvider):
_PROVIDER_NAME = 'BgUtilScriptPot'
_SUPPORTED_CLIENTS = ('web', 'web_safari', 'web_embedded', 'web_music', 'web_creator')
_SUPPORTED_CLIENTS = ('web', 'web_safari', 'web_embedded', 'web_music', 'web_creator')
VERSION = __version__

@classproperty(cache=True)
Expand Down

0 comments on commit 7dbda77

Please sign in to comment.