mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-07-28 00:49:49 +03:00
Removed duplicated class RemovedInDRF314Warning.
Added accidently in e888fc11c7
This commit is contained in:
parent
e888fc11c7
commit
cdf7d42952
|
@ -31,7 +31,3 @@ class RemovedInDRF313Warning(DeprecationWarning):
|
||||||
|
|
||||||
class RemovedInDRF314Warning(PendingDeprecationWarning):
|
class RemovedInDRF314Warning(PendingDeprecationWarning):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
class RemovedInDRF314Warning(PendingDeprecationWarning):
|
|
||||||
pass
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user