Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gythaogg committed Jan 31, 2025
1 parent 22f0042 commit 11a5a2b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions apis_ontology/management/commands/import_data.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
from collections import defaultdict
from django.core.management.base import BaseCommand
import pandas as pd
from django.apps import apps
from django.contrib.contenttypes.models import ContentType
from apis_core.apis_relations.models import Property
import pandas as pd

from tqdm.auto import tqdm

from apis_core.collections.models import SkosCollection, SkosCollectionContentObject
import apis_ontology
from apis_ontology.models import (
Event,
EventType,
Expand Down

0 comments on commit 11a5a2b

Please sign in to comment.