Install isort and fix all imports.

This commit is contained in:
Emil Stenström 2019-11-24 11:00:45 +01:00
parent cbe2bcc9c9
commit 40ebd6b936
8 changed files with 28 additions and 5 deletions

View file

@ -1,4 +1,4 @@
from setuptools import setup, find_packages
from setuptools import find_packages, setup
setup(
name='django-components',