Skip to content

Commit

Permalink
Sorting imports
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjsmith15 committed Sep 26, 2023
1 parent 605a823 commit f54c718
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/examples/session_handling/cookie_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@
from pprint import pprint

import requests
from galaxy_api import get_inputs, get_workflows
from galaxy_api import (
get_inputs,
get_workflows,
)

AUTH_HOSTNAME = "auth.service.org"
API_HOSTNAME = "galaxy.service.org"
Expand Down

0 comments on commit f54c718

Please sign in to comment.