Remove unused python imports from pinout.py

This commit is contained in:
Andrew Scheller 2015-11-12 02:10:37 +00:00
parent 59fbb3776e
commit dac59c2bd8
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
import json
import yaml
import time
import markdown
DB_FILE = 'pi-pinout.yaml'
SETTINGS_FILE = 'settings.yaml'