core/homeassistant/util
Fabian Heredia Montiel 0377338a81 Improvement typing (#2735)
* Fix: Circular dependencies of internal files

* Change: dt.date for Date and dt.datetime for DateTime

* Use NewType if available

* FIX: Wrong version test

* Remove: Date and DateTime types due to error

* Change to HomeAssistantType

* General Improvement of Typing

* Improve typing config_validation

* Improve typing script

* General Typing Improvements

* Improve NewType check

* Improve typing db_migrator

* Improve util/__init__ typing

* Improve helpers/location typing

* Regroup imports and remove pylint: disable=ungrouped-imports

* General typing improvements
2016-08-07 16:26:35 -07:00
..
__init__.py Improvement typing (#2735) 2016-08-07 16:26:35 -07:00
color.py Type Hints - Core/Utils/Helpers Part 1 (#2592) 2016-07-23 11:07:08 -07:00
distance.py Add unit system support 2016-08-04 22:02:19 -07:00
dt.py Improvement typing (#2735) 2016-08-07 16:26:35 -07:00
location.py Add unit system support 2016-08-04 22:02:19 -07:00
package.py Improvement typing core (#2624) 2016-07-27 20:33:49 -07:00
temperature.py Add unit system support 2016-08-04 22:02:19 -07:00
yaml.py Type Hints - Core/Utils/Helpers Part 1 (#2592) 2016-07-23 11:07:08 -07:00