Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 22, 2023
1 parent 3cfc868 commit 17b423f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion silk/views/request_detail.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import json

from django.shortcuts import HttpResponseRedirect, redirect, render
from django.urls import reverse
from django.utils.decorators import method_decorator
from django.views.generic import View
from django.urls import reverse_lazy, reverse

from silk.auth import login_possibly_required, permissions_possibly_required
from silk.code_generation.curl import curl_cmd
Expand Down

0 comments on commit 17b423f

Please sign in to comment.