From 8bb9a37f4b680a9efb43996705df885dc5b3802e Mon Sep 17 00:00:00 2001 From: Carlton Gibson Date: Wed, 13 May 2020 20:41:53 +0200 Subject: [PATCH] Removed duplicated class RemovedInDRF314Warning. Added accidently in e888fc11c76d1a671f6f7d3c080915ffe722f3f6 Co-authored-by: Jair Henrique --- rest_framework/__init__.py | 4 ---- 1 file changed, 4 deletions(-) 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