From 51c411a5f5a7bd1aa0391d6a1bc325bd918e4190 Mon Sep 17 00:00:00 2001 From: up-n-atom Date: Fri, 15 Sep 2023 03:05:09 -0400 Subject: [PATCH] Remove unused import --- xmo-remote-client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/xmo-remote-client.py b/xmo-remote-client.py index 55a54bf..98d59cb 100755 --- a/xmo-remote-client.py +++ b/xmo-remote-client.py @@ -8,7 +8,6 @@ import os import re from sagemcom_api.client import SagemcomClient from sagemcom_api.enums import EncryptionMethod -from typing import Any import yaml