diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 84e9a8b866..8f2bc4466f 100644 --- a/rest_framework/__init__.py +++ b/rest_framework/__init__.py @@ -31,7 +31,3 @@ class RemovedInDRF313Warning(DeprecationWarning): class RemovedInDRF314Warning(PendingDeprecationWarning): pass - - -class RemovedInDRF314Warning(PendingDeprecationWarning): - pass