mirror of
https://github.com/sotam0316/docker-py-revanced.git
synced 2026-04-25 03:48:37 +09:00
🚨 Added object inheritance [skip ci]
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ from src.config import RevancedConfig
|
||||
from src.exceptions import AppNotFoundError, PatchesJsonLoadError
|
||||
|
||||
|
||||
class Patches:
|
||||
class Patches(object):
|
||||
"""Revanced Patches."""
|
||||
|
||||
revanced_package_names: ClassVar[Dict[str, str]] = {
|
||||
@@ -197,7 +197,7 @@ class Patches:
|
||||
return total_patches
|
||||
|
||||
|
||||
class PatchLoader:
|
||||
class PatchLoader(object):
|
||||
"""Patch Loader."""
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user