mirror of
				https://github.com/home-assistant/supervisor.git
				synced 2025-11-04 00:19:36 +00:00 
			
		
		
		
	Add black support (#1101)
This commit is contained in:
		@@ -3,7 +3,13 @@ import logging
 | 
			
		||||
 | 
			
		||||
from .utils import api_process
 | 
			
		||||
from ..const import (
 | 
			
		||||
    ATTR_SERIAL, ATTR_DISK, ATTR_GPIO, ATTR_AUDIO, ATTR_INPUT, ATTR_OUTPUT)
 | 
			
		||||
    ATTR_SERIAL,
 | 
			
		||||
    ATTR_DISK,
 | 
			
		||||
    ATTR_GPIO,
 | 
			
		||||
    ATTR_AUDIO,
 | 
			
		||||
    ATTR_INPUT,
 | 
			
		||||
    ATTR_OUTPUT,
 | 
			
		||||
)
 | 
			
		||||
from ..coresys import CoreSysAttributes
 | 
			
		||||
 | 
			
		||||
_LOGGER = logging.getLogger(__name__)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user