8000 pyStyle fixes · srqway/server-client-python@794f490 · GitHub
[go: up one dir, main page]

Skip to content

Commit 794f490

Browse files
committed
pyStyle fixes
1 parent 23f44cb commit 794f490

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.1 (26 Jan 2018)
2+
3+
* Fixed #257 where refreshing extracts does not work due to a missing "self"
4+
15
## 0.6 (17 Jan 2018)
26

37
* Added support for add a datasource/workbook refresh to a schedule (#244)

test/test_regression_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
class BugFix257(unittest.TestCase):
66
def test_empty_request_works(self):
77
result = factory.EmptyRequest().empty_req()
8-
self.assertEquals('<tsRequest />', result)
8+
self.assertEquals('<tsRequest />', result)

0 commit comments

Comments
 (0)
0