summaryrefslogtreecommitdiff
path: root/ybd/repos.py
diff options
context:
space:
mode:
Diffstat (limited to 'ybd/repos.py')
-rw-r--r--ybd/repos.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/ybd/repos.py b/ybd/repos.py
index 1882282..361d37c 100644
--- a/ybd/repos.py
+++ b/ybd/repos.py
@@ -15,11 +15,10 @@
# =*= License: GPL-2 =*=
import os
-import json
import re
import shutil
import string
-from subprocess import call, check_output, check_call
+from subprocess import call, check_output
import sys
import requests