Remove unused atlos util functions

This commit is contained in:
Patrick Robertson
2025-02-11 18:49:54 +00:00
parent 756f46012b
commit 1b976f4c09
3 changed files with 0 additions and 27 deletions

View File

@@ -1,13 +0,0 @@
def get_atlos_config_options():
return {
"api_token": {
"default": None,
"help": "An Atlos API token. For more information, see https://docs.atlos.org/technical/api/",
"type": str
},
"atlos_url": {
"default": "https://platform.atlos.org",
"help": "The URL of your Atlos instance (e.g., https://platform.atlos.org), without a trailing slash.",
"type": str
},
}