From d151cca4eff3e255de293378d659c44981dcc68b Mon Sep 17 00:00:00 2001 From: nyaadev Date: Thu, 31 Aug 2017 14:38:50 +0200 Subject: [PATCH] fix last commit --- nyaa/models.py | 1 + nyaa/views/torrents.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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