Skip to content

Commit 2372248

Browse files
committed
landscape caught a bug
1 parent d2934cb commit 2372248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

taskc/transaction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def status_code(self):
4343
return int(self.get("code"))
4444
@property
4545
def status(self):
46-
return self.status_code()
46+
return self.status_code
4747

4848
def raise_for_status(self):
4949
"Ala requests"

0 commit comments

Comments
 (0)