Skip to content
Snippets Groups Projects
Commit bc5d9c76 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

pep8/pylint: Fix imports

parent 2a41c719
No related branches found
No related tags found
No related merge requests found
......@@ -28,14 +28,14 @@
## along with Gajim. If not, see <http://www.gnu.org/licenses/>.
##
import os
import time
from datetime import datetime
from gi.repository import Gtk
from gi.repository import Gdk
from gi.repository import GLib
from gi.repository import Pango
import os
import time
from datetime import datetime
from datetime import timedelta
from gajim import gtkgui_helpers
from gajim.common.const import AvatarSize
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment