Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Mar 13, 2024
1 parent 499b3d8 commit a83b787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geotrek/api/v2/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
if 'geotrek.core' in settings.INSTALLED_APPS:
from .core import PathViewSet # noqa
if 'geotrek.feedback' in settings.INSTALLED_APPS:
from .feedback import (ReportStatusViewSet, ReportActivityViewSet, ReportCategoryViewSet,
from .feedback import (ReportStatusViewSet, ReportActivityViewSet, ReportCategoryViewSet, # noqa
ReportProblemMagnitudeViewSet, ReportViewSet) # noqa
if 'geotrek.trekking' in settings.INSTALLED_APPS:
from .trekking import (TrekViewSet, TourViewSet, POIViewSet, POITypeViewSet, AccessibilityViewSet, RouteViewSet, # noqa
Expand Down

0 comments on commit a83b787

Please sign in to comment.