Skip to content

Commit 1ceac55

Browse files
committed
(#25316) import order in test file
1 parent 06ce929 commit 1ceac55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdks/python/apache_beam/io/filesystem_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
import bz2
2323
import gzip
2424
import logging
25+
import lzma
2526
import ntpath
2627
import os
2728
import posixpath
2829
import sys
2930
import tempfile
3031
import unittest
3132
import zlib
32-
import lzma
3333
from io import BytesIO
3434

3535
import zstandard

0 commit comments

Comments
 (0)