Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
KuzenkovAG committed Jun 30, 2023
1 parent 57b9ff5 commit 31b3a61
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hmom3/apps/webhooks/views.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
from http import HTTPStatus

import git
from django.http import HttpResponse
from django.conf import settings
from http import HTTPStatus
from django.http import HttpResponse


def pull_repo(request):
Expand Down

0 comments on commit 31b3a61

Please sign in to comment.