Skip to content

Commit 6513745

Browse files
author
Vasily Galkin
committed
Reorder non-top imports to make lint happy and CI green
1 parent 1c51517 commit 6513745

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meld/task.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ def get_current_task(self):
140140

141141

142142
if __name__ == "__main__":
143-
import time
144143
import random
144+
import time
145145
m = LifoScheduler()
146146

147147
def timetask(t):

0 commit comments

Comments
 (0)