summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2019-09-09 16:43:09 +1000
committerMiguel Jacq <mig@mig5.net>2019-09-09 16:43:09 +1000
commitb1aa36e805736adcd1ebe7cec7a0ed210631a37b (patch)
tree4b23af7a15b6f22d98ecc1eae6936b144440a348
parent90ebc3aab424637dbb75017df6b0204b82d6fe69 (diff)
downloadonionshare-b1aa36e805736adcd1ebe7cec7a0ed210631a37b.tar.gz
onionshare-b1aa36e805736adcd1ebe7cec7a0ed210631a37b.zip
remove unnecessary import of IndividualFileHistoryItem from share_mode/__init__.py
-rw-r--r--onionshare_gui/mode/share_mode/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/onionshare_gui/mode/share_mode/__init__.py b/onionshare_gui/mode/share_mode/__init__.py
index 35a2045d..28b439af 100644
--- a/onionshare_gui/mode/share_mode/__init__.py
+++ b/onionshare_gui/mode/share_mode/__init__.py
@@ -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