From fa4c78d58f3e46a3bc96cf09bf78753e2a33c4f2 Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Wed, 13 May 2020 14:47:58 -0300 Subject: [PATCH] Remove duplicated class RemovedInDRF314Warning --- rest_framework/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rest_framework/__init__.py b/rest_framework/__init__.py index 84e9a8b86..8f2bc4466 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