Skip to content

Commit 7dbec31

Browse files
committed
lint
1 parent 3e871ba commit 7dbec31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdks/python/apache_beam/utils/logs_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
# limitations under the License.
1616
#
1717

18-
import uuid
1918
import unittest
19+
import uuid
20+
from unittest import mock
2021

2122
from apache_beam.utils import logs
22-
from unittest import mock
2323

2424

2525
class LogsTest(unittest.TestCase):

0 commit comments

Comments
 (0)