mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Bump python min to 3.9 (#3871)
This commit is contained in:
		| @@ -1,12 +1,9 @@ | ||||
| from typing import Text | ||||
|  | ||||
| import hypothesis.strategies._internal.core as st | ||||
| from hypothesis.strategies._internal.strategies import SearchStrategy | ||||
|  | ||||
|  | ||||
| @st.defines_strategy(force_reusable_values=True) | ||||
| def mac_addr_strings(): | ||||
|     # type: () -> SearchStrategy[Text] | ||||
| def mac_addr_strings() -> SearchStrategy[str]: | ||||
|     """A strategy for MAC address strings. | ||||
|  | ||||
|     This consists of six strings representing integers [0..255], | ||||
|   | ||||
		Reference in New Issue
	
	Block a user