fix isort
This commit is contained in:
parent
1793e36127
commit
77aa540dc3
|
@ -10,11 +10,11 @@
|
||||||
"""The torrent view component that lists all torrents in the session."""
|
"""The torrent view component that lists all torrents in the session."""
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
from locale import strcoll
|
||||||
|
|
||||||
import gobject
|
import gobject
|
||||||
import gtk
|
import gtk
|
||||||
import pygtk
|
import pygtk
|
||||||
from locale import strcoll
|
|
||||||
from twisted.internet import reactor
|
from twisted.internet import reactor
|
||||||
|
|
||||||
import deluge.component as component
|
import deluge.component as component
|
||||||
|
|
Loading…
Reference in New Issue