Prechádzať zdrojové kódy

Remove STDOUT import

Grant Nestor 8 rokov pred
rodič
commit
eaf88a22b2
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      jupyterlab/commands.py

+ 1 - 1
jupyterlab/commands.py

@@ -9,7 +9,7 @@ import pipes
 import os
 from os import path as osp
 from os.path import join as pjoin
-from subprocess import check_output, STDOUT, CalledProcessError
+from subprocess import check_output, CalledProcessError
 import shutil
 import sys
 import tarfile