Skip to content

Commit

Permalink
fixes for ruff lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Woahai321 committed Jan 4, 2025
1 parent eefa31c commit 0d2d9af
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions add.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 0d2d9af

Please sign in to comment.