1
0
mirror of https://github.com/oceanprotocol/docs.git synced 2024-11-26 19:49:26 +01:00

GITBOOK-140: change request with no subject merged in GitBook

This commit is contained in:
Veronica Manuel 2023-05-17 14:50:45 +00:00 committed by gitbook-bot
parent 5a0630aa89
commit 0ca1c7f681
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -44,7 +44,7 @@ with open(input_filename, 'r') as file:
# Read the CSV file
csv_reader = csv.DictReader(file)
<The rest of your code goes here>
<YOUR CODE GOES HERE>
```
### Javascript