Skip to content

Commit 7b2a4b4

Browse files
committed
fix: flake8
1 parent 91e8a02 commit 7b2a4b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notecard/notecard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def Transaction(self, req, lock=True):
365365
if self._debug:
366366
try:
367367
print('Response has heartbeat field indicating ' + \
368-
f'heartbeat: {rsp_json["status"]}')
368+
f'heartbeat: {rsp_json["status"]}')
369369
except Exception as e:
370370
print(e)
371371

0 commit comments

Comments
 (0)