From f34c6a1a1e04f4fa6b6cd525e014836c3d663962 Mon Sep 17 00:00:00 2001 From: Max Ziermann Date: Tue, 3 Mar 2020 15:02:05 +0100 Subject: [PATCH] Remove unused imports --- APIHandler.py | 3 --- resthandle.py | 3 --- 2 files changed, 6 deletions(-) diff --git a/APIHandler.py b/APIHandler.py index b855c43..c16ef6b 100644 --- a/APIHandler.py +++ b/APIHandler.py @@ -2,11 +2,8 @@ import io import json import random import string -import sys from urllib import request -import numpy -import rtsp from PIL import Image from RtspClient import RtspClient diff --git a/resthandle.py b/resthandle.py index a5433b1..c60d534 100644 --- a/resthandle.py +++ b/resthandle.py @@ -1,9 +1,6 @@ import json import requests -import socket - -import socks class Request: