Skip to content

Commit

Permalink
fix pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
SimOnPanw committed Nov 24, 2022
1 parent 0fe0cd8 commit 2934f0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prismacloud/api/compute/_defenders.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class DefendersPrismaCloudAPIComputeMixin:
""" Prisma Cloud Compute API Defenders Endpoints Class """

def defenders_list_read(self, query_params=None):
defenders = self.execute_compute('GET', 'api/v1/defenders', query_params=query_params)
return defenders
Expand Down
2 changes: 1 addition & 1 deletion prismacloud/api/posture/_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def resource_usage_by_cloud_type(self, body_params):
return self.execute('POST', 'license/api/v1/usage', body_params=body_params)

def resource_usage_over_time(self, body_params):
return self.execute('POST', 'license/api/v1/usage/time_series', body_params=body_params)
return self.execute('POST', 'license/api/v1/usage/time_series', body_params=body_params)

def resource_usage_by_cloud_type_v2(self, body_params):
return self.execute('POST', 'license/api/v2/usage', body_params=body_params)
Expand Down

0 comments on commit 2934f0b

Please sign in to comment.