remove unnecessary import of IndividualFileHistoryItem from share_mode/__init__.py

This commit is contained in:
Miguel Jacq 2019-09-09 16:43:09 +10:00
parent 90ebc3aab4
commit b1aa36e805
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -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