Skip to content

Commit

Permalink
Fixed failed flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
hinashi committed May 9, 2022
1 parent 14e252f commit e37cfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity/api_v2/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from entity.models import Entity
from entry.api_v2.serializers import EntryBaseSerializer, EntryCreateSerializer
from entry.models import Entry
from user.models import History, User
from user.models import History


@http_get
Expand Down

0 comments on commit e37cfe5

Please sign in to comment.