pull/435/head
Tim Head 2018-10-12 16:30:05 +02:00
rodzic 9552307073
commit 86b32d511d
3 zmienionych plików z 2 dodań i 5 usunięć

Wyświetl plik

@ -3,7 +3,6 @@ from functools import partial
import re import re
import shutil import shutil
import subprocess import subprocess
import sys
from traitlets import Integer, TraitError from traitlets import Integer, TraitError

Wyświetl plik

@ -7,8 +7,6 @@ and that is the only thing that is tested.
""" """
import subprocess import subprocess
import requests
import time
from repo2docker.app import Repo2Docker from repo2docker.app import Repo2Docker