remove json
Some checks failed
Run Tox Check / tox-py312 (pull_request) Successful in 19s
Run Tox Check / tox-pep8 (pull_request) Failing after 15s

This commit is contained in:
2025-08-04 09:28:21 +00:00
parent 3c4a2a73fe
commit 850c39e17f
2 changed files with 5 additions and 1 deletions

View File

@ -13,7 +13,6 @@
import copy
import warnings
import json
import otc_metadata.data

5
test.py Normal file
View File

@ -0,0 +1,5 @@
import otc_metadata
import json
print(json.dumps(otc_metadata.services.Services().all_services_by_cloud_environment(cloud_environment="eu_de",environments=["public","internal","hidden"])))