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_protein_client(self):
"""Creates the protein client"""
if self._protein_client is None:
self._protein_client = crc.ProteinClient(self._session,
self._configuration)
return self._protein_client