From 2cc3ff395003eac98b1708c2579d4a544d28a703 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sat, 28 Jun 2014 10:52:40 -0700 Subject: Removed extra whitespace and unused import --- boot/boot.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'boot') diff --git a/boot/boot.py b/boot/boot.py index 59217ec..456dd12 100755 --- a/boot/boot.py +++ b/boot/boot.py @@ -1,8 +1,8 @@ #!/usr/bin/env python -import os, json +import os +import json import urllib2 -import yaml import vocabcompiler -- cgit v1.3.1