Skip to content

Commit 205a8b3

Browse files
committed
clean up
1 parent 370cb0f commit 205a8b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quickbooks/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def change_data_capture(self, entity_string, changed_since):
152152

153153
def make_request(self, request_type, url, request_body=None, content_type='application/json',
154154
params=None, file_path=None, request_id=None):
155-
print(params)
155+
156156
if not params:
157157
params = {}
158158

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ omit = src/db/env.py,src/db/versions/* # define paths to omit
1414

1515
[coverage:report]
1616
show_missing = True
17-
skip_covered = True
17+
skip_covered = True

0 commit comments

Comments
 (0)