chore: ran linter & formatter again
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
"""Knaben torrent search API client."""
|
||||
|
||||
|
||||
import logging
|
||||
import requests
|
||||
from requests.exceptions import HTTPError, RequestException, Timeout
|
||||
from typing import Any
|
||||
|
||||
import requests
|
||||
from requests.exceptions import HTTPError, RequestException, Timeout
|
||||
|
||||
from alfred.agent.config import Settings, settings
|
||||
|
||||
from .dto import TorrentResult
|
||||
from .exceptions import KnabenAPIError, KnabenNotFoundError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user