Skip to content

Commit 11727e2

Browse files
Meret Behrensmeretp
authored andcommitted
[fix] delete unused imports
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
1 parent 904782f commit 11727e2

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

src/spdx/parser/jsonlikedict/json_like_dict_parser.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
11-
import json
1211
from typing import Dict
1312

1413
from spdx.model.document import Document

src/spdx/validation/creation_info_validator.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
import re
1312
from typing import List
1413

1514
from spdx.model.document import CreationInfo

tests/parser/jsonlikedict/test_dict_parsing_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
11-
from datetime import datetime
1211
from unittest import TestCase
1312

1413
import pytest
@@ -18,7 +17,6 @@
1817
from spdx.parser.error import SPDXParsingError
1918
from spdx.parser.jsonlikedict.dict_parsing_functions import json_str_to_enum_name, \
2019
parse_field_or_no_assertion, parse_field_or_no_assertion_or_none
21-
from spdx.datetime_conversions import datetime_from_str
2220

2321

2422
def test_json_str_to_enum():

0 commit comments

Comments
 (0)