Remove unused imports

This commit is contained in:
Philipp Hörist 2018-11-03 14:10:28 +01:00
parent 29ad06afec
commit 4011dbfb7d
1 changed files with 0 additions and 2 deletions

View File

@ -30,8 +30,6 @@ import math
import logging
from io import BytesIO
import xml.etree.ElementTree as ET
import xml.sax.saxutils
from xml.sax import ContentHandler # type: ignore
from gi.repository import Gtk
from gi.repository import Gdk