get_chrome_driver() takes 0 positional arguments but 1 was given test_s3.py:24 code example
Example: TypeError: custom_openapi() takes 0 positional arguments but 1 was given
Replace this in the docs:
def custom_openapi():
with this:
def custom_openapi(root_path):