Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
steering
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
steering
Commits
c0b51e62
Commit
c0b51e62
authored
1 year ago
by
Konrad Mohrfeldt
Browse files
Options
Downloads
Patches
Plain Diff
fix: fix import order
parent
e6353d41
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
program/views.py
+1
-1
1 addition, 1 deletion
program/views.py
with
1 addition
and
1 deletion
program/views.py
+
1
−
1
View file @
c0b51e62
...
...
@@ -24,6 +24,7 @@ from datetime import date, datetime, time, timedelta
from
itertools
import
pairwise
from
textwrap
import
dedent
from
django_filters.rest_framework
import
DjangoFilterBackend
from
drf_spectacular.utils
import
OpenApiResponse
,
extend_schema
,
extend_schema_view
from
rest_framework
import
filters
as
drf_filters
from
rest_framework
import
mixins
,
permissions
,
status
,
viewsets
...
...
@@ -36,7 +37,6 @@ from django.http import Http404, HttpResponse
from
django.shortcuts
import
get_object_or_404
from
django.utils
import
timezone
from
django.utils.translation
import
gettext
as
_
from
django_filters.rest_framework
import
DjangoFilterBackend
from
program
import
filters
from
program.models
import
(
Category
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment