Skip to content

Commit cf659f1

Browse files
committed
Fix kart help: Add missing import
1 parent f9265b5 commit cf659f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kart/cli_util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import platform
77
import shutil
88
import signal
9+
import sys
910

1011

1112
import click

0 commit comments

Comments
 (0)