Small code cleanups
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2021-07-26 12:32:36 +02:00
parent 92884b6760
commit 30525ac967
5 changed files with 80 additions and 75 deletions

View File

@@ -34,5 +34,5 @@ class SampleMetadataSchema(ma.SQLAlchemyAutoSchema):
"""
class Meta:
model = SampleMetadata
exclude = ('timestamp', 'id', 'device_date',)
exclude = ('timestamp', 'id', 'device_date')
date = auto_field("device_date", dump_only=False)