Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ej2 committed Mar 8, 2023
1 parent 370cb0f commit 205a8b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quickbooks/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def change_data_capture(self, entity_string, changed_since):

def make_request(self, request_type, url, request_body=None, content_type='application/json',
params=None, file_path=None, request_id=None):
print(params)

if not params:
params = {}

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ omit = src/db/env.py,src/db/versions/* # define paths to omit

[coverage:report]
show_missing = True
skip_covered = True
skip_covered = True

0 comments on commit 205a8b3

Please sign in to comment.