Skip to content

Commit

Permalink
remove 5 unused imports
Browse files Browse the repository at this point in the history
this fixes the 5 last lgtm alerts
  • Loading branch information
fchapoton committed Mar 7, 2019
1 parent 579f80d commit adbc844
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions import_boilerplate.py
Expand Up @@ -4,11 +4,6 @@
# The idea is to extract the data, but it is often incomplete, only parts are useful, different layout (too many subcategories) etc.

import os
import sys
import json
import yaml
from glob import iglob
from pprint import pprint

REPO = 'https://github.com/moble/jupyter_boilerplate.git'
BASE_DIR = os.path.dirname(os.path.abspath(__file__))
Expand All @@ -27,4 +22,4 @@
# read files: this overwrites files in src/
os.system('coffee read_boilerplate.coffee')

print("OK!\nTODO: cleanup tmp/ and jupyter_boilerplate/")
print("OK!\nTODO: cleanup tmp/ and jupyter_boilerplate/")

0 comments on commit adbc844

Please sign in to comment.