mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-29 09:28:57 -04:00
remove unnecessary import of IndividualFileHistoryItem from share_mode/__init__.py
This commit is contained in:
parent
2c87ea55ff
commit
f908a1f383
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ from onionshare.web import Web
|
|||
from ..file_selection import FileSelection
|
||||
from .threads import CompressThread
|
||||
from .. import Mode
|
||||
from ..history import History, ToggleHistory, ShareHistoryItem, IndividualFileHistoryItem
|
||||
from ..history import History, ToggleHistory, ShareHistoryItem
|
||||
from ...widgets import Alert
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue