Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 118245e

Browse files
restyled-commitsvatsalghelani-csa
authored andcommittedJun 18, 2024·
Restyled by isort
1 parent a76c5da commit 118245e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎scripts/tests/py/test_metadata.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
# limitations under the License.
1414

1515
import os
16-
import unittest
1716
import tempfile
17+
import unittest
1818
from typing import List
1919

20-
from metadata import MetadataReader, Metadata
20+
from metadata import Metadata, MetadataReader
2121

2222

2323
class TestMetadataReader(unittest.TestCase):

0 commit comments

Comments
 (0)
Please sign in to comment.