8000 Update query.py · scuml/server-client-python@0e57d30 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e57d30

Browse files
committed
Update query.py
1 parent f7ba9bb commit 0e57d30

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tableauserverclient/server/query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
def to_camel_case(word):
77
return word.split('_')[0] + ''.join(x.capitalize() or '_' for x in word.split('_')[1:])
88

9+
910
class QuerySet:
1011

1112
def __init__(self, model):

0 commit comments

Comments
 (0)
0