[meld: 1/2] Reorder non-top imports to make lint happy and CI green
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld: 1/2] Reorder non-top imports to make lint happy and CI green
- Date: Fri, 14 Aug 2020 21:17:03 +0000 (UTC)
commit 6513745c6edc240fb075a53057adbe2350ae65dc
Author: Vasily Galkin <galkin-vv ya ru>
Date: Fri Aug 14 19:50:56 2020 +0000
Reorder non-top imports to make lint happy and CI green
meld/task.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meld/task.py b/meld/task.py
index 6cda396e..0070c92c 100644
--- a/meld/task.py
+++ b/meld/task.py
@@ -140,8 +140,8 @@ class FifoScheduler(SchedulerBase):
if __name__ == "__main__":
- import time
import random
+ import time
m = LifoScheduler()
def timetask(t):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]