Skip to content

Commit

Permalink
fix wrong typing
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Aug 16, 2024
1 parent 3f98442 commit b42dc3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions fedn/network/clients/connect.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@

import requests

from fedn.common.config import FEDN_AUTH_REFRESH_TOKEN, FEDN_AUTH_REFRESH_TOKEN_URI, FEDN_AUTH_SCHEME, FEDN_CUSTOM_URL_PREFIX
from fedn.common.config import (FEDN_AUTH_REFRESH_TOKEN,
FEDN_AUTH_REFRESH_TOKEN_URI, FEDN_AUTH_SCHEME,
FEDN_CUSTOM_URL_PREFIX)
from fedn.common.log_config import logger


Expand Down Expand Up @@ -38,7 +40,7 @@ class ConnectorClient:
:param force_ssl: True if https is used, False if http
:type force_ssl: bool
:param verify: True if certificate is verified, False if not
:type verify: str
:type verify: bool
:param combiner: name of preferred combiner
:type combiner: str
:param id: id of client
Expand Down

0 comments on commit b42dc3d

Please sign in to comment.