Skip to content

Commit

Permalink
[fix] delete unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
  • Loading branch information
meretp committed Jan 10, 2023
1 parent d9286ac commit 5188212
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/spdx/parser/jsonlikedict/json_like_dict_parser.py
Expand Up @@ -8,7 +8,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
import json
from typing import Dict

from spdx.model.document import Document
Expand Down
1 change: 0 additions & 1 deletion src/spdx/validation/creation_info_validator.py
Expand Up @@ -9,7 +9,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import re
from typing import List

from spdx.model.document import CreationInfo
Expand Down
2 changes: 0 additions & 2 deletions tests/parser/jsonlikedict/test_dict_parsing_functions.py
Expand Up @@ -8,7 +8,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from datetime import datetime
from unittest import TestCase

import pytest
Expand All @@ -18,7 +17,6 @@
from spdx.parser.error import SPDXParsingError
from spdx.parser.jsonlikedict.dict_parsing_functions import json_str_to_enum_name, \
parse_field_or_no_assertion, parse_field_or_no_assertion_or_none
from spdx.datetime_conversions import datetime_from_str


def test_json_str_to_enum():
Expand Down

0 comments on commit 5188212

Please sign in to comment.