diff --git a/nyaa/models.py b/nyaa/models.py index 8d44597..2f5ac86 100644 --- a/nyaa/models.py +++ b/nyaa/models.py @@ -1,4 +1,5 @@ import base64 +import os.path import re from datetime import datetime from enum import Enum, IntEnum diff --git a/nyaa/views/torrents.py b/nyaa/views/torrents.py index 4d9e803..bcb1f2e 100644 --- a/nyaa/views/torrents.py +++ b/nyaa/views/torrents.py @@ -1,5 +1,4 @@ import json -import os.path from ipaddress import ip_address from urllib.parse import quote