Skip to content

Commit

Permalink
Internal clean up only.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595220378
  • Loading branch information
p3rf Team authored and copybara-github committed Jan 2, 2024
1 parent c7d8205 commit 95e2147
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions perfkitbenchmarker/providers/ibmcloud/ibm_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,15 @@ class IbmAPICommand(object):
boot_encryption_key: boot encryption key for account.
"""

gen = None
gen_instmgr = None
gen_imgmgr = None
gen_keymgr = None
gen_subnetmgr = None
gen_fipmgr = None
gen_volumemgr = None
gen_vpcmgr = None
gen_sgmgr = None
gen: ibmcloud_manager.IbmCloud = None
gen_instmgr: ibmcloud_manager.InstanceManager
gen_imgmgr: ibmcloud_manager.ImageManager
gen_keymgr: ibmcloud_manager.KeyManager
gen_subnetmgr: ibmcloud_manager.SubnetManager
gen_fipmgr: ibmcloud_manager.FipManager
gen_volumemgr: ibmcloud_manager.VolumeManager
gen_vpcmgr: ibmcloud_manager.VPCManager
gen_sgmgr: ibmcloud_manager.SGManager
ibmcloud_account_id = None
ibmcloud_apikey = None
ibmcloud_auth_token = None
Expand Down

0 comments on commit 95e2147

Please sign in to comment.