Skip to content

Commit

Permalink
resolving pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutosh619-sudo committed Oct 1, 2024
1 parent 61453e0 commit cb0ac3e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion qbosdk/apis/classes.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ def count(self):
Returns:
Count in Int.
"""
"""
return self._query(Classes.COUNT_CLASSES)['totalCount']
2 changes: 1 addition & 1 deletion qbosdk/apis/customers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def count(self):
Returns:
Count in Int.
"""
"""
return self._query(Customers.COUNT_CUSTOMERS)['totalCount']

def get_inactive(self, last_updated_time: None):
Expand Down
1 change: 0 additions & 1 deletion qbosdk/apis/employees.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ def count(self):
Count in Int.
"""
return self._query(Employees.COUNT_EMPLOYEES)['totalCount']

1 change: 0 additions & 1 deletion qbosdk/apis/vendors.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,3 @@ def count(self):
Count in Int.
"""
return self._query(Vendors.COUNT_VENDORS)['totalCount']

0 comments on commit cb0ac3e

Please sign in to comment.