cloud-build/cloud_build/image_tests/lxd.py
2019-11-01 15:30:53 +03:00

6 lines
79 B
Python

from typing import List
def test_lxd(image: str) -> List[str]:
return []