Skip to content
Snippets Groups Projects
Commit f127a236 authored by Rémi's avatar Rémi
Browse files

sty: refac

parent e51638e5
No related branches found
No related tags found
1 merge request!23Api key support
Pipeline #264612 passed with warnings
"""Dinamis Command Line Interface."""
import click
from .utils import APIKEY_FILE, create_session, S3_SIGNING_ENDPOINT, log
from .auth import get_access_token
......
......@@ -9,4 +9,4 @@ class Settings(BaseSettings):
dinamis_sdk_url_duration: int = 0
dinamis_sdk_bypass_api: str = ""
dinamis_sdk_token_server: str = ""
dinamis_sdk_settings_dir: str = ""
\ No newline at end of file
dinamis_sdk_settings_dir: str = ""
......@@ -3,7 +3,6 @@ import json
import logging
import os
import appdirs
from pydantic import BaseModel # pylint: disable = no-name-in-module
import requests
import urllib3.util.retry
from .settings import Settings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment