From dc51296d20a661ba73306df728bd76599c02908c Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Thu, 8 Mar 2018 02:58:09 -0800 Subject: [PATCH] Fix imports --- journal/unix/journal.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/journal/unix/journal.py b/journal/unix/journal.py index 1ac2ca8..f24d75d 100644 --- a/journal/unix/journal.py +++ b/journal/unix/journal.py @@ -1,8 +1,6 @@ # -*- coding: utf-8 -*- -import os -import sys -import time +import os, sys, time from PyQt5.QtCore import Qt, QEvent, QThread, pyqtSignal, QRect, QRectF, QTimer, QPoint from PyQt5.QtWidgets import QApplication, QWidget, QDesktopWidget, QLabel