Skip to content

Commit 194c9d2

Browse files
Add EOF
1 parent a4b5f2d commit 194c9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nocodb/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ def __init__(self, message, status_code, response_json=None, response_text=None)
33
super().__init__(message)
44
self.status_code = status_code
55
self.response_json = response_json
6-
self.response_text = response_text
6+
self.response_text = response_text

0 commit comments

Comments
 (0)