mirror of
https://github.com/koush/scrypted.git
synced 2026-05-04 21:30:30 +01:00
remove unused imports
This commit is contained in:
@@ -1,18 +1,7 @@
|
||||
from __future__ import annotations
|
||||
import scrypted_python.scrypted_sdk
|
||||
from scrypted_python.scrypted_sdk.types import MediaObject, ScryptedInterfaceProperty
|
||||
from collections.abc import Mapping
|
||||
from genericpath import exists
|
||||
import asyncio
|
||||
import json
|
||||
import aiofiles
|
||||
from scrypted_python.scrypted_sdk.types import MediaObject
|
||||
import os
|
||||
from typing_extensions import TypedDict
|
||||
import base64
|
||||
from os import sys
|
||||
import time
|
||||
import zipfile
|
||||
import subprocess
|
||||
from typing import Any
|
||||
|
||||
class MediaObjectRemote:
|
||||
|
||||
@@ -13,9 +13,8 @@ import json
|
||||
from asyncio.events import AbstractEventLoop
|
||||
import asyncio
|
||||
import rpc
|
||||
from genericpath import exists
|
||||
from collections.abc import Mapping
|
||||
from scrypted_python.scrypted_sdk.types import DeviceManifest, MediaManager, MediaObject, ScryptedInterfaceProperty
|
||||
from scrypted_python.scrypted_sdk.types import DeviceManifest, MediaManager, ScryptedInterfaceProperty
|
||||
import scrypted_python.scrypted_sdk
|
||||
from asyncio.futures import Future
|
||||
from asyncio.streams import StreamReader, StreamWriter
|
||||
|
||||
Reference in New Issue
Block a user