Skip to content

Commit

Permalink
#62 Moved import statement to start of file
Browse files Browse the repository at this point in the history
  • Loading branch information
banko-marton committed Nov 4, 2021
1 parent 82e3d53 commit b82b4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/incqueryserver-jupyter/iqs_jupyter/authentication.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
from iqs_jupyter import api_composition
from iqs_client_extension import ApiClientWithOIDC

import requests


def connect(
address=defaults.default_IQS_address,
Expand Down Expand Up @@ -58,8 +60,6 @@ def connect(

return IQSClient(configuration, use_oidc)

import requests

class IQSClient:
def __init__(
self,
Expand Down

0 comments on commit b82b4e7

Please sign in to comment.