Skip to content

Commit 8bb9a37

Browse files
Removed duplicated class RemovedInDRF314Warning.
Added accidently in e888fc1 Co-authored-by: Jair Henrique <[email protected]>
1 parent e888fc1 commit 8bb9a37

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rest_framework/__init__.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,3 @@ class RemovedInDRF313Warning(DeprecationWarning):
3131

3232
class RemovedInDRF314Warning(PendingDeprecationWarning):
3333
pass
34-
35-
36-
class RemovedInDRF314Warning(PendingDeprecationWarning):
37-
pass

0 commit comments

Comments
 (0)