Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegerrits committed Mar 22, 2024
1 parent bd1d1a0 commit 57fd810
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 138 deletions.
51 changes: 0 additions & 51 deletions temp/factories.py

This file was deleted.

86 changes: 0 additions & 86 deletions temp/helpers.py

This file was deleted.

1 change: 0 additions & 1 deletion vespadb/observations/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ class ObservationsViewSet(viewsets.ModelViewSet):

queryset = Observation.objects.all()
serializer_class = ObservationSerializer
permission_classes = [IsAuthenticated]
filter_backends = [
DjangoFilterBackend,
filters.OrderingFilter,
Expand Down

0 comments on commit 57fd810

Please sign in to comment.