Skip to content

Commit 0435838

Browse files
committed
Fix codestyle checking
1 parent 96f19b0 commit 0435838

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

reportportal_client/service.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
logger = logging.getLogger(__name__)
1010
logger.addHandler(logging.NullHandler())
1111

12+
1213
def _get_id(response):
1314
try:
1415
return _get_data(response)["id"]

reportportal_client/service_async.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
logger = logging.getLogger(__name__)
1111
logger.addHandler(logging.NullHandler())
1212

13+
1314
class QueueListener(object):
1415
_sentinel_item = None
1516

0 commit comments

Comments
 (0)