Sort imports according to PEP8 for geofency (#29695)
This commit is contained in:
parent
2511f5edb4
commit
2261bb60e0
4 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
"""The tests for the Geofency device tracker platform."""
|
||||
# pylint: disable=redefined-outer-name
|
||||
from unittest.mock import patch, Mock
|
||||
from unittest.mock import Mock, patch
|
||||
|
||||
import pytest
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue