some versions of mypy don't like this so nevermind
This commit is contained in:
parent
76caf46347
commit
3514995068
@ -77,7 +77,6 @@ class LeaseInfo(object):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def from_immutable_data(cls, data):
|
def from_immutable_data(cls, data):
|
||||||
# type: (bytes) -> cls
|
|
||||||
"""
|
"""
|
||||||
Create a new instance from the encoded data given.
|
Create a new instance from the encoded data given.
|
||||||
|
|
||||||
@ -107,7 +106,6 @@ class LeaseInfo(object):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def from_mutable_data(cls, data):
|
def from_mutable_data(cls, data):
|
||||||
# (bytes) -> cls
|
|
||||||
"""
|
"""
|
||||||
Create a new instance from the encoded data given.
|
Create a new instance from the encoded data given.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user