mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-21 03:54:50 +00:00
fix isort
This commit is contained in:
parent
1793e36127
commit
77aa540dc3
1 changed files with 1 additions and 1 deletions
|
@ -10,11 +10,11 @@
|
|||
"""The torrent view component that lists all torrents in the session."""
|
||||
|
||||
import logging
|
||||
from locale import strcoll
|
||||
|
||||
import gobject
|
||||
import gtk
|
||||
import pygtk
|
||||
from locale import strcoll
|
||||
from twisted.internet import reactor
|
||||
|
||||
import deluge.component as component
|
||||
|
|
Loading…
Add table
Reference in a new issue