diff --git a/test/templates/remotedesktop.py b/test/templates/remotedesktop.py index 29a6a9c..c4eaaf8 100644 --- a/test/templates/remotedesktop.py +++ b/test/templates/remotedesktop.py @@ -2,15 +2,14 @@ # # This file is formatted with Python Black -from templates import Request, Response, Session, ASVType, MockParams -from typing import Dict, List, Tuple, Iterator +from templates import Request, Response, Session, MockParams +from typing import Dict from itertools import count import dbus import dbus.service import enum import logging -import socket logger = logging.getLogger(f"templates.{__name__}")