mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-28 16:59:35 -05:00
remove unnecessary import of IndividualFileHistoryItem from share_mode/__init__.py
This commit is contained in:
parent
90ebc3aab4
commit
b1aa36e805
@ -28,7 +28,7 @@ from onionshare.web import Web
|
|||||||
from ..file_selection import FileSelection
|
from ..file_selection import FileSelection
|
||||||
from .threads import CompressThread
|
from .threads import CompressThread
|
||||||
from .. import Mode
|
from .. import Mode
|
||||||
from ..history import History, ToggleHistory, ShareHistoryItem, IndividualFileHistoryItem
|
from ..history import History, ToggleHistory, ShareHistoryItem
|
||||||
from ...widgets import Alert
|
from ...widgets import Alert
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user