Skip to content

Commit 72e3527

Browse files
Removed extra import typing.list as per code linter
1 parent 118245e commit 72e3527

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/tests/py/test_metadata.py

-2
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,9 @@
1515
import os
1616
import tempfile
1717
import unittest
18-
from typing import List
1918

2019
from metadata import Metadata, MetadataReader
2120

22-
2321
class TestMetadataReader(unittest.TestCase):
2422

2523
test_file_content = '''

0 commit comments

Comments
 (0)