Skip to content

Commit 83993ee

Browse files
hubatishcopybara-github
authored andcommitted
Remove an unnecessary pytype disable tag.
PiperOrigin-RevId: 721105189
1 parent 14ff94e commit 83993ee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/disk_metadata_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ def DoAwsDiskTest(
105105
return_value=12
106106
)
107107
vm.create_disk_strategy.GetSetupDiskStrategy().SetUpDisk()
108-
# pytype: disable=attribute-error
109108
expected = {disk.MEDIA: goal_media, disk.REPLICATION: goal_replication}
110109
self.assertEqual(
111110
vm.scratch_disks[0].metadata,

0 commit comments

Comments
 (0)