Remove no longer valid deprecation warning

This commit is contained in:
Pradyun Gedam 2018-06-21 23:52:40 +05:30
parent aa146d5dc2
commit 803286000d
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 0 additions and 4 deletions

View File

@ -20,10 +20,6 @@ class Pending(object):
pass
class RemovedInPip11Warning(PipDeprecationWarning):
pass
class RemovedInPip12Warning(PipDeprecationWarning, Pending):
pass