Skip to content

Commit ea08c8e

Browse files
committed
Style fix
1 parent c340475 commit ea08c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/entities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def run(key, altUrl='https://api.rosette.com/rest/v1/'):
1818
params = DocumentParameters()
1919
params["content"] = entities_text_data
2020
params["genre"] = "social-media"
21-
return api.entities(params)
21+
return api.entities(params)
2222

2323
parser = argparse.ArgumentParser(formatter_class=argparse.ArgumentDefaultsHelpFormatter, description='Calls the ' + os.path.splitext(os.path.basename(__file__))[0] + ' endpoint')
2424
parser.add_argument('-k', '--key', help='Rosette API Key', required=True)

0 commit comments

Comments
 (0)