Fix flake8 error

This commit is contained in:
Calum Lind 2017-11-18 22:14:04 +00:00
parent 95d826b77c
commit 5988f5f04f
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ import logging
import re
from deluge.common import decode_bytes
from .common import IP, BadIP, raises_errors_as
log = logging.getLogger(__name__)