Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Kraust committed Sep 28, 2024
1 parent b78c86b commit b4d085c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ladder/models/variant.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Variant Models """
"""Variant Models"""

from django.db import models

Expand Down
3 changes: 1 addition & 2 deletions ladder/views/ladder_entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
from core.filters import BaseFilterBackend
from core.pagination import PageNumberPagination
from django.core.exceptions import ImproperlyConfigured
from django.http import StreamingHttpResponse
from django.http import HttpResponseRedirect
from django.http import StreamingHttpResponse, HttpResponseRedirect
from django.urls import reverse
from django.db.models.query import QuerySet
from django_filters.views import FilterView
Expand Down

0 comments on commit b4d085c

Please sign in to comment.