From cdf7d4295233585aee861839f3c10c4db0cc53f0 Mon Sep 17 00:00:00 2001 From: Jair Henrique Date: Wed, 13 May 2020 14:47:58 -0300 Subject: [PATCH] Removed duplicated class RemovedInDRF314Warning. Added accidently in e888fc11c76d1a671f6f7d3c080915ffe722f3f6 --- 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