.generator/conftest.py in datadog_api_client-2.27.1 vs .generator/conftest.py in datadog_api_client-2.28.1
- old
+ new
@@ -18,13 +18,10 @@
from generator import openapi
from generator.formatter import camel_case, snake_case, untitle_case, format_parameters, format_data_with_schema
MODIFIED_FEATURES = {pathlib.Path(p).resolve() for p in os.getenv("BDD_MODIFIED_FEATURES", "").split(" ") if p}
-
ROOT_PATH = pathlib.Path(__file__).parent.parent
-
-
PATTERN_ALPHANUM = re.compile(r"[^A-Za-z0-9]+")
if os.getenv("CI") is not None: