Skip to content

Commit

Permalink
Merge pull request #1844 from opentensor/warmfix/change-decoder-cacheing
Browse files Browse the repository at this point in the history
Fix typo in warmfix
  • Loading branch information
thewhaleking committed May 6, 2024
2 parents 7dd819d + f8babbb commit eec3a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bittensor/subtensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

@functools.lru_cache(maxsize=None)
def convert_type_string(cls, name):
return original_convert_type_string(cls, name)
return original_convert_type_string(name)

RuntimeConfiguration.convert_type_string = convert_type_string

Expand Down

0 comments on commit eec3a2a

Please sign in to comment.