mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
Remove un-used import.
This commit is contained in:
parent
f26de83509
commit
f2249d5803
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ import deluge.component as component
|
|||
import deluge.configmanager as configmanager
|
||||
from deluge.common import (AUTH_LEVEL_ADMIN, AUTH_LEVEL_NONE, AUTH_LEVEL_NORMAL,
|
||||
AUTH_LEVEL_READONLY, AUTH_LEVEL_DEFAULT,
|
||||
create_auth_file, create_localclient_account)
|
||||
create_localclient_account)
|
||||
|
||||
from deluge.error import AuthManagerError, AuthenticationRequired, BadLoginError
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue