Skip to content

Commit eff1840

Browse files
Judpkittenis
authored andcommitted
Change import order to suppress warnings
1 parent 1159e46 commit eff1840

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pssh.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"""Module containing wrapper classes over paramiko.SSHClient
44
See SSHClient and ParallelSSHClient"""
55

6-
import paramiko
7-
import os
86
import gevent.pool
97
from gevent import monkey
108
monkey.patch_all()
9+
import paramiko
10+
import os
1111
import logging
1212
import socket
1313

0 commit comments

Comments
 (0)