Skip to content

Commit

Permalink
Fix cyclic imports
Browse files Browse the repository at this point in the history
  • Loading branch information
f-lawe committed Jul 5, 2024
1 parent 76d99ee commit 7f68d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/provider_templates/orange.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from urllib.parse import urlparse
from urllib.request import Request, urlopen

from lib.providers import ProviderInterface
from lib.providers.provider_interface import ProviderInterface
from lib.utils import get_drm, get_global_setting, log, LogLevel, random_ua

@dataclass
Expand Down

0 comments on commit 7f68d1d

Please sign in to comment.