Sort imports according to PEP8 for geofency (#29695)

This commit is contained in:
Bas Nijholt 2019-12-09 11:46:49 +01:00 committed by Franck Nijhof
parent 2511f5edb4
commit 2261bb60e0
4 changed files with 6 additions and 6 deletions

View file

@ -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