Skip to content

Commit 35d643d

Browse files
committed
Lint
1 parent 297e31b commit 35d643d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

libcloudforensics/providers/gcp/forensics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def CreateDiskCopy(
130130
return new_disk
131131

132132

133-
def StartAnalysisVm(
133+
def StartAnalysisVm( # pylint: disable=too-many-arguments
134134
project: str,
135135
vm_name: str,
136136
zone: str,

libcloudforensics/providers/gcp/internal/compute.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ def CreateInstanceFromArguments( # pylint: disable=too-many-arguments,too-many-
955955
pass
956956
return self.CreateInstanceFromRequest(request_body, compute_zone)
957957

958-
def GetOrCreateAnalysisVm(
958+
def GetOrCreateAnalysisVm( # pylint: disable=too-many-arguments
959959
self,
960960
vm_name: str,
961961
boot_disk_size: int = 10,

0 commit comments

Comments
 (0)