Skip to content

Commit 727df7e

Browse files
committed
format with isort.
1 parent f6e1599 commit 727df7e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python/graphscope/gsutil/gsutil.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@
1616
# limitations under the License.
1717
#
1818

19+
import io
1920
import os
20-
import click
2121
import subprocess
22-
import io
22+
23+
import click
2324

2425

2526
def run_shell_cmd(cmd, workingdir):

0 commit comments

Comments
 (0)