Skip to content

Commit 32d6f50

Browse files
committed
Made lint happy.
1 parent 10d83d1 commit 32d6f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Monitoring/auto-add-cw-alarms/auto_add_cw_alarms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ def getFileSystemId(alarm):
263263
for dim in metric['MetricStat']['Metric']['Dimensions']:
264264
if dim['Name'] == 'FileSystemId':
265265
return dim['Value']
266-
return None
266+
return None
267267

268268
################################################################################
269269
# This function will return all the file systems in the region. It will handle the

0 commit comments

Comments
 (0)