mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
Sort imports according to PEP8 for locative (#29698)
This commit is contained in:
committed by
Franck Nijhof
parent
642655b6d7
commit
a78fe25871
@@ -1,5 +1,5 @@
|
||||
"""The tests the for Locative device tracker platform."""
|
||||
from unittest.mock import patch, Mock
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user