Skip to content

Commit 22fe618

Browse files
author
Chris Park
committed
Fixed PEP8-check
- info missing two lines above run
1 parent f74f88a commit 22fe618

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/info.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
from rosette.api import API, RosetteException
1212

13+
1314
def run(key, altUrl='https://api.rosette.com/rest/v1/'):
1415
# Create an API instance
1516
api = API(user_key=key, service_url=altUrl)

0 commit comments

Comments
 (0)