some versions of mypy don't like this so nevermind

This commit is contained in:
Jean-Paul Calderone 2021-10-28 10:26:30 -04:00
parent 76caf46347
commit 3514995068

View File

@ -77,7 +77,6 @@ class LeaseInfo(object):
@classmethod
def from_immutable_data(cls, data):
# type: (bytes) -> cls
"""
Create a new instance from the encoded data given.
@ -107,7 +106,6 @@ class LeaseInfo(object):
@classmethod
def from_mutable_data(cls, data):
# (bytes) -> cls
"""
Create a new instance from the encoded data given.