remove unused imports

This commit is contained in:
Koushik Dutta
2022-01-07 00:51:21 -08:00
parent de862bac88
commit 8555aa0653
4 changed files with 4 additions and 20 deletions

View File

@@ -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:

View File

@@ -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