Skip to content

Commit

Permalink
string update
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene-hu committed Jul 11, 2022
1 parent 5277d59 commit fede15e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bittensor/_synapse/synapse_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@ class UnknownSynapse (Synapse):

def __init__(
self
) -> 'TextLastHiddenState':
""" Unknown Synapse initializer.
) -> 'UnknownSynapse':
""" Unknown Synapse initializer. Used when a request contains synapses that has not been initalized
Returns:
Unknown (:obj:`Unknown`, `required`):
Unknown instance adapter class.
UnknownSynapse instance adapter class.
"""
super().__init__ ()
self.synapse_type = UnknownSynapse.synapse_type
Expand Down

0 comments on commit fede15e

Please sign in to comment.