Skip to content

Commit

Permalink
fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinaascari committed May 15, 2024
1 parent 177bf51 commit 4d7fa5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions certego_saas/ext/upload/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ def __repr__(self):
from django.db.models import Index, JSONField, Model
from django.db.models import fields as django_fields


class BIDocument(__BIDocumentInterface, Model):
index = django_fields.CharField(max_length=100)
timestamp = django_fields.DateTimeField(auto_now_add=True)
Expand All @@ -109,7 +108,6 @@ class BIDocument(__BIDocumentInterface, Document):


class BIDocumentSerializer(AbstractBISerializer, DocumentSerializer):

class Meta:
model = BIDocument
fields = AbstractBISerializer.Meta.fields
Expand Down

0 comments on commit 4d7fa5e

Please sign in to comment.