Skip to content

Commit 26e04cd

Browse files
committed
Fixed sonar error
1 parent 88dc82c commit 26e04cd

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

amazon_paapi/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ def get_items(
114114
return sort_items(results, items_ids, include_unavailable)
115115

116116
def search_items(
117-
self,
117+
self, # NOSONAR
118118
item_count: int = None,
119119
item_page: int = None,
120120
actor: str = None,

sonar-project.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
sonar.organization=sergioteula
22
sonar.projectKey=sergioteula_python-amazon-paapi
3-
43
sonar.sources=amazon_paapi
54
sonar.exclusions=**/sdk/**
65
sonar.qualitygate.wait=true
7-
86
sonar.python.version=3.6,3.7,3.8,3.9,3.10

0 commit comments

Comments
 (0)