Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
infirit committed Nov 20, 2022
1 parent 13b4928 commit be83886
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion apps/blueman-adapters.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!@PYTHON@
import os
import sys
import signal
import logging
import gettext

Expand Down
1 change: 0 additions & 1 deletion apps/blueman-applet.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!@PYTHON@
import sys
import os
import signal
import logging
import gettext

Expand Down
1 change: 0 additions & 1 deletion apps/blueman-manager.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!@PYTHON@
import sys
import os
import signal
import logging
import gettext

Expand Down
1 change: 0 additions & 1 deletion apps/blueman-tray.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import logging
import os
import sys
import signal
import gettext

# support running uninstalled
Expand Down

0 comments on commit be83886

Please sign in to comment.