Skip to content

Commit

Permalink
Update bittensor/core/chain_data/neuron_certificate.py
Browse files Browse the repository at this point in the history
Co-authored-by: Benjamin Himes <37844818+thewhaleking@users.noreply.github.com>
  • Loading branch information
andreea-popescu-reef and thewhaleking authored Nov 20, 2024
1 parent ace187e commit 90fc086
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/core/chain_data/neuron_certificate.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class NeuronCertificate:

@classmethod
def from_vec_u8(cls, vec_u8: List[int]) -> "NeuronCertificate":
r"""Returns a NeuronCertificate object from a ``vec_u8``."""
"""Returns a NeuronCertificate object from a ``vec_u8``."""
return from_scale_encoding(vec_u8, ChainDataType.NeuronCertificate)

0 comments on commit 90fc086

Please sign in to comment.