mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Fix flake8 errors
This commit is contained in:
parent
10d109eb6c
commit
df7ed2d132
1 changed files with 2 additions and 4 deletions
6
setup.py
6
setup.py
|
|
@ -1,11 +1,9 @@
|
|||
import os
|
||||
|
||||
try:
|
||||
from setuptools import setup, Command
|
||||
from setuptools import setup
|
||||
except ImportError:
|
||||
from distutils.core import setup, Command
|
||||
|
||||
os.environ['DJANGO_SETTINGS_MODULE'] = 'analytical.tests.settings'
|
||||
from distutils.core import setup
|
||||
|
||||
cmdclass = {}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue