Removes unnecessary redeclaration of wikidata model field in Author

This commit is contained in:
Mouse Reeve 2024-03-23 07:54:54 -07:00 committed by GitHub
parent 89d8537e1b
commit a914a44fba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -18,9 +18,6 @@ class Author(BookDataModel):
wikipedia_link = fields.CharField(
max_length=255, blank=True, null=True, deduplication_field=True
)
wikidata = fields.CharField(
max_length=255, blank=True, null=True, deduplication_field=True
)
isni = fields.CharField(
max_length=255, blank=True, null=True, deduplication_field=True
)