diff --git a/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py b/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py index b7e5681f..fba57a56 100644 --- a/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py +++ b/src/fenrirscreenreader/commands/commands/export_clipboard_to_x.py @@ -7,7 +7,6 @@ from fenrirscreenreader.core import debug import subprocess, os from subprocess import Popen, PIPE -import shlex import _thread class command():