Skip to content

Commit

Permalink
format, renamed var
Browse files Browse the repository at this point in the history
  • Loading branch information
why-not-try-calmer committed Sep 29, 2023
1 parent 26c278a commit 7e04d88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/django_oapif/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ class Viewset(OAPIFDescribeModelViewSetMixin, viewsets.ModelViewSet):
oapif_description = Model.__doc__

# (one day this will be retrieved automatically from the serializer)
oapif_geom_lookup = _viewset_oapif_geom_lookup
oapif_geom_lookup = viewset_oapif_geom_lookup
filter_backends = [BboxFilterBackend]

# Allowing '.' and '-' in urls
Expand Down
1 change: 0 additions & 1 deletion src/signalo/core/tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import cProfile
import inspect
import io
import json
import logging
import os
import pstats
Expand Down

0 comments on commit 7e04d88

Please sign in to comment.