Remove unused code.

This commit is contained in:
Todd Gamblin 2017-06-17 18:14:14 -07:00
parent f2ddcfac5f
commit 43f576cf19

View File

@ -107,10 +107,6 @@ def coercing_method(a, b, *args, **kwargs):
return coercing_method
def _numeric_lt(self0, other):
"""Compares two versions, knowing they're both numeric"""
class Version(object):
"""Class to represent versions"""