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 2c87ea55ff
commit f908a1f383

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