Skip to content

Commit 995e489

Browse files
committed
lint
1 parent 996fce8 commit 995e489

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)