mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-29 10:31:14 -03:00
fixup! import sys
I always forget that's not a builtin.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
from pexpect_helper import SpawnedProc
|
||||
from time import sleep
|
||||
import os
|
||||
import sys
|
||||
|
||||
# Disable under CI - keeps failing because the timing is too tight
|
||||
if "CI" in os.environ:
|
||||
|
||||
Reference in New Issue
Block a user