mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Sort imports according to PEP8 for websocket_api (#29657)
This commit is contained in:
committed by
Franck Nijhof
parent
16a7408f23
commit
3df40c7a16
@@ -1,6 +1,6 @@
|
||||
"""Tests for the Home Assistant Websocket API."""
|
||||
import asyncio
|
||||
from unittest.mock import patch, Mock
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
from aiohttp import WSMsgType
|
||||
import pytest
|
||||
|
||||
Reference in New Issue
Block a user