Fix comment on top of examples in both examples.rest.auth and examples.websocket.auth.

This commit is contained in:
Davide Casale
2023-06-12 15:42:52 +02:00
parent 708fdc87c7
commit f343fce20f
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# python -c "import examples.rest.authenticated.claim_position"
# python -c "import examples.rest.auth.claim_position"
import os

View File

@@ -1,4 +1,4 @@
# python -c "import examples.rest.authenticated.get_wallets"
# python -c "import examples.rest.auth.get_wallets"
import os

View File

@@ -1,4 +1,4 @@
# python -c "import examples.rest.authenticated.set_derivatives_position_collateral"
# python -c "import examples.rest.auth.set_derivatives_position_collateral"
import os

View File

@@ -1,4 +1,4 @@
# python -c "import examples.rest.authenticated.submit_funding_offer"
# python -c "import examples.rest.auth.submit_funding_offer"
import os

View File

@@ -1,4 +1,4 @@
# python -c "import examples.rest.authenticated.submit_order"
# python -c "import examples.rest.auth.submit_order"
import os

View File

@@ -1,4 +1,4 @@
# python -c "import examples.rest.authenticated.toggle_keep_funding"
# python -c "import examples.rest.auth.toggle_keep_funding"
import os

View File

@@ -1,4 +1,4 @@
# python -c "import examples.websocket.authenticated.submit_order"
# python -c "import examples.websocket.auth.submit_order"
import os

View File

@@ -1,4 +1,4 @@
# python -c "import examples.websocket.authenticated.wallets"
# python -c "import examples.websocket.auth.wallets"
import os