mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Clean up code sun component tests
This commit is contained in:
parent
4e155d50f3
commit
8c56b415cb
@ -1,18 +1,16 @@
|
|||||||
"""
|
"""
|
||||||
test.test_component_chromecast
|
test.test_component_sun
|
||||||
~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
Tests Chromecast component.
|
Tests Sun component.
|
||||||
"""
|
"""
|
||||||
# pylint: disable=too-many-public-methods,protected-access
|
# pylint: disable=too-many-public-methods,protected-access
|
||||||
import logging
|
|
||||||
import unittest
|
import unittest
|
||||||
import datetime as dt
|
import datetime as dt
|
||||||
|
|
||||||
import ephem
|
import ephem
|
||||||
|
|
||||||
import homeassistant as ha
|
import homeassistant as ha
|
||||||
import homeassistant.components as components
|
|
||||||
import homeassistant.components.sun as sun
|
import homeassistant.components.sun as sun
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user