Skip to content

Commit ff3c3be

Browse files
authored
Remove some unnecessary imports. (#2)
1 parent 2c6b95e commit ff3c3be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

showspaces/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,10 @@
1515
# You should have received a copy of the GNU General Public License
1616
# along with this program; if not, see <http://www.gnu.org/licenses/>.
1717

18-
import os
19-
2018
import gi
2119
gi.require_version('Gedit', '3.0')
2220
gi.require_version('Gtk', '3.0')
23-
from gi.repository import GObject, Gio, GLib, Gtk, GtkSource, Gedit
21+
from gi.repository import GObject, Gtk, GtkSource, Gedit
2422

2523
class ShowSpacesPlugin(GObject.Object, Gedit.ViewActivatable):
2624
__gtype_name__ = "ShowSpacesPlugin"

0 commit comments

Comments
 (0)