Skip to content

Commit 0f7e6e5

Browse files
authored
Update README.md
1 parent b40b021 commit 0f7e6e5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,11 @@ class RetrieveUserAPI(SubnetsAPI):
247247
bytes(self.wallet.coldkey.private_key.hex(), "utf-8"),
248248
)
249249
return data
250-
250+
```
251251

252252
Example usage of the `FileTao` interface, which can serve as an example for other subnets.
253253

254+
```python
254255
# import the bespoke subnet API
255256
from storage import StoreUserAPI, RetrieveUserAPI
256257

0 commit comments

Comments
 (0)