Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c49ee4c

Browse files
node.py is updated [formatting]
The previous order of imports is restored for minimization number of changes.
1 parent b013801 commit c49ee4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testgres/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
import os
44
import random
55
import signal
6+
import subprocess
67
import threading
78
import tempfile
8-
import subprocess
99
from queue import Queue
1010

1111
import time

0 commit comments

Comments
 (0)