From 0d2d9afb1af91efd8ad785025a2508ea265d0bbd Mon Sep 17 00:00:00 2001 From: WoahAI <115117306+Woahai321@users.noreply.github.com> Date: Sat, 4 Jan 2025 19:59:36 +0000 Subject: [PATCH] fixes for ruff lint --- add.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/add.py b/add.py index 007fad5..c2adecd 100644 --- a/add.py +++ b/add.py @@ -18,7 +18,6 @@ from concurrent.futures import ThreadPoolExecutor, as_completed from typing import List, Dict, Any import re -import sys import requests from colorama import Style, init @@ -1075,7 +1074,6 @@ def process_media_item(item: Dict[str, Any], overseerr_url: str, api_key: str, r def sleep_with_countdown(seconds, overseerr_url, api_key, requester_user_id, setup_logging): """Sleep with countdown and handle keyboard interrupts for exit or sync.""" - import sys import time # Non-interactive mode (e.g., Docker container)