Skip to content

Commit

Permalink
Sorting imports for lint test
Browse files Browse the repository at this point in the history
  • Loading branch information
williamjsmith15 committed Sep 19, 2023
1 parent a323c49 commit 57b44c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions bioblend/galaxy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from typing import Optional

import requests

from bioblend.galaxy import (
config,
container_resolution,
Expand Down
3 changes: 2 additions & 1 deletion bioblend/galaxy/objects/galaxy_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
Optional,
)

import requests

import bioblend
import bioblend.galaxy
import requests
from bioblend.galaxy.datasets import TERMINAL_STATES
from . import (
client,
Expand Down
4 changes: 1 addition & 3 deletions docs/examples/session_handling/cookie_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
"""

import getpass
import logging as log
import sys

from http.cookiejar import LWPCookieJar
from pathlib import Path
from pprint import pprint
import logging as log

import requests

from galaxy_api import *

AUTH_HOSTNAME = "auth.service.org"
Expand Down

0 comments on commit 57b44c4

Please sign in to comment.