Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def get_variant_client(self):
"""Creates the variant client"""
if self._variant_client is None:
self._variant_client = crc.VariantClient(self._session,
self._configuration)
return self._variant_client