Skip to content

Commit

Permalink
bug fix in api serializers
Browse files Browse the repository at this point in the history
  • Loading branch information
silvioheinze committed Jan 7, 2025
1 parent 3d061c7 commit c8faafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .models import AirQualityRecord
from workshops.models import Workshop
from devices.models import Device, DeviceStatus, Sensor

from django.utils import timezone

class DeviceSerializer(serializers.ModelSerializer):
class Meta:
Expand Down

0 comments on commit c8faafe

Please sign in to comment.