Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiky30 committed Feb 16, 2024
1 parent eccb07c commit bd11a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shedpi_hub_dashboard/serlializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ class DeviceModuleReadingSerializer(serializers.ModelSerializer):
class Meta:
model = DeviceModuleReading
fields = "__all__"
extra_kwargs = {"device_module": {"required": True}}
# extra_kwargs = {"device_module": {"required": True}}

0 comments on commit bd11a6c

Please sign in to comment.