Remove annotation from api_version

This commit is contained in:
vfbd 2022-08-10 18:05:04 -04:00
parent 2af57adff3
commit d2c06182f2

View File

@ -579,7 +579,7 @@ tags = [
{"name": "config", "description": "Allows you to get/set various setting values"},
]
api_version: Optional[str] = None
api_version = None
api_latest_version = "1.1.0"