use isort to sort imports for "setup.py" (#29792)
This commit is contained in:
parent
5cb6d1b21f
commit
29ec17d50d
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
@ -1,7 +1,8 @@
|
||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
"""Home Assistant setup script."""
|
"""Home Assistant setup script."""
|
||||||
from datetime import datetime as dt
|
from datetime import datetime as dt
|
||||||
from setuptools import setup, find_packages
|
|
||||||
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
import homeassistant.const as hass_const
|
import homeassistant.const as hass_const
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue