mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-12-24 12:29:08 +00:00
Update isort configuration and sorts imports in codebase (#1739)
* Add known first party to isort configuration * Run isort on supervisor and tests folder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""Common test functions."""
|
||||
from unittest.mock import patch, PropertyMock, MagicMock
|
||||
from unittest.mock import MagicMock, PropertyMock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user