mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[ruff] Enable RET and fix all violations
This commit is contained in:
		| @@ -31,8 +31,7 @@ class DashboardTestHelper: | ||||
|         else: | ||||
|             url = f"http://127.0.0.1:{self.port}{path}" | ||||
|         future = self.client.fetch(url, raise_error=True, **kwargs) | ||||
|         result = await future | ||||
|         return result | ||||
|         return await future | ||||
|  | ||||
|  | ||||
| @pytest_asyncio.fixture() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user