Skip to content
Snippets Groups Projects
Commit a7386def authored by Pelle Koster's avatar Pelle Koster
Browse files

fix flake8

parent ba259697
Branches
Tags
No related merge requests found
...@@ -6,7 +6,7 @@ from django import forms ...@@ -6,7 +6,7 @@ from django import forms
from django.http import Http404, HttpResponse from django.http import Http404, HttpResponse
from django.shortcuts import redirect, render from django.shortcuts import redirect, render
from django.views.decorators.csrf import csrf_exempt from django.views.decorators.csrf import csrf_exempt
from django.views.decorators.http import require_GET, require_http_methods, require_POST from django.views.decorators.http import require_http_methods, require_POST
from . import stripe_ as stripe from . import stripe_ as stripe
from .models import Event, ExchangeRate from .models import Event, ExchangeRate
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment