Skip to content

Commit

Permalink
[issue-407, review] delete unused imports
Browse files Browse the repository at this point in the history
squash with 5a72c7f

Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
  • Loading branch information
meretp committed Feb 1, 2023
1 parent ab887e5 commit a5c5857
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions tests/spdx/writer/rdf/test_creation_info_writer.py
Expand Up @@ -8,8 +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 rdflib import Graph, Literal, RDFS, URIRef, RDF

from spdx.datetime_conversions import datetime_to_iso_string
Expand Down
2 changes: 0 additions & 2 deletions tests/spdx/writer/rdf/test_package_writer.py
Expand Up @@ -8,8 +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 rdflib import Graph, URIRef, RDF, Literal, XSD, RDFS, DOAP

from spdx.datetime_conversions import datetime_to_iso_string
Expand Down

0 comments on commit a5c5857

Please sign in to comment.