Skip to content

Commit

Permalink
Fix/ formatting (flake8)
Browse files Browse the repository at this point in the history
  • Loading branch information
victor-salles committed Jul 26, 2022
1 parent 311897f commit 478ad5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions bothub/api/v2/internal/organization/views.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from django.utils.translation import ugettext_lazy as _
from django.db import models
from rest_framework import mixins
from rest_framework.response import Response
from rest_framework.viewsets import GenericViewSet
Expand All @@ -8,9 +7,7 @@
from bothub.authentication.models import User
from bothub.common.models import (
Organization,
OrganizationAuthorization,
Repository,
RepositoryAuthorization,
OrganizationAuthorization
)
from bothub.api.v2.internal.organization.serializers import (
OrganizationSerializer,
Expand Down

0 comments on commit 478ad5e

Please sign in to comment.