fixing import order to fix travis builds

This commit is contained in:
csine-nflx 2020-09-01 15:26:23 -07:00
parent 9af8d63f11
commit 0077452e10
1 changed files with 2 additions and 2 deletions

View File

@ -14,12 +14,12 @@ import json
import os.path
import datetime
from distutils import log
from distutils.core import Command
from setuptools.command.develop import develop
from setuptools.command.install import install
from setuptools.command.sdist import sdist
from setuptools import setup, find_packages
from distutils import log
from distutils.core import Command
from subprocess import check_output
import pip