Skip to content

Commit

Permalink
refactor(apis_metainfo): drop unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Nov 25, 2024
1 parent e3445d9 commit 53e6d26
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions apis_core/apis_metainfo/models.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import logging

from django.conf import settings
from django.contrib.contenttypes.models import ContentType
from django.core.exceptions import ImproperlyConfigured, ValidationError
from django.db import models
Expand All @@ -17,9 +16,6 @@
logger = logging.getLogger(__name__)


NEXT_PREV = getattr(settings, "APIS_NEXT_PREV", True)


class RootObject(GenericModel, models.Model):
"""
The very root thing that can exist in a given ontology. Several classes inherit from it.
Expand Down

0 comments on commit 53e6d26

Please sign in to comment.