From 4efa3dfdd5859ffc5e712aad4e234f7860731ab5 Mon Sep 17 00:00:00 2001 From: Will Nilges Date: Thu, 28 Jul 2022 00:05:10 -0400 Subject: [PATCH] pylint --- proxstar/vnc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proxstar/vnc.py b/proxstar/vnc.py index 9c86c6d..bd4305a 100644 --- a/proxstar/vnc.py +++ b/proxstar/vnc.py @@ -1,9 +1,9 @@ import os import subprocess import time -from deprecated import deprecated - import urllib.parse + +from deprecated import deprecated import requests from flask import current_app as app from sshtunnel import SSHTunnelForwarder