Skip to content

Commit 4fe0ab5

Browse files
committed
Fix flake8 format
1 parent af2c4a6 commit 4fe0ab5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rest_framework/generics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Generic views that provide commonly needed behaviour.
33
"""
44
from typing import Iterable
5+
56
from django.core.exceptions import ValidationError
67
from django.db.models.query import QuerySet
78
from django.http import Http404

0 commit comments

Comments
 (0)