Skip to content

Commit

Permalink
Remove some unnecessary imports. (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-q authored May 27, 2017
1 parent 2c6b95e commit ff3c3be
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions showspaces/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, see <http://www.gnu.org/licenses/>.

import os

import gi
gi.require_version('Gedit', '3.0')
gi.require_version('Gtk', '3.0')
from gi.repository import GObject, Gio, GLib, Gtk, GtkSource, Gedit
from gi.repository import GObject, Gtk, GtkSource, Gedit

class ShowSpacesPlugin(GObject.Object, Gedit.ViewActivatable):
__gtype_name__ = "ShowSpacesPlugin"
Expand Down

0 comments on commit ff3c3be

Please sign in to comment.