[flake8] Resolve I??? errors (#3797)

This commit is contained in:
John Bodley
2017-11-07 20:23:40 -08:00
committed by Maxime Beauchemin
parent 7987cb794b
commit e2bca47421
45 changed files with 224 additions and 269 deletions

View File

@@ -1,7 +1,8 @@
import json
import os
import subprocess
import json
from setuptools import setup, find_packages
from setuptools import find_packages, setup
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
PACKAGE_DIR = os.path.join(BASE_DIR, 'superset', 'static', 'assets')