Skip to content

Commit 34ee58c

Browse files
fix indentation
1 parent 578e951 commit 34ee58c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/client/samples/crop_models/sugar.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
# export PYTHONPATH=/your/path/to/gro
88
# python sugar.py --token ...
99
#
10-
# You can either save the gro api token in environment variable GROAPI_TOKEN and run
10+
# You can either save the gro api token in environment variable GROAPI_TOKEN and run:
1111
# python sugar.py
12-
# OR use the token directly via command line argument:
12+
# OR use the token directly via command line argument:
1313
# python sugar.py --token YOUR_API_TOKEN_HERE
1414
#
1515
#

0 commit comments

Comments
 (0)