Skip to content

Commit b8c8caa

Browse files
Change class method _wrapper_test to staticmethod
1 parent b02d10d commit b8c8caa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyslicer/client.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ def _data_extraction_wrapper(self, url, query):
125125
req_type="post",
126126
key_level=0)
127127

128-
def _wrapper_test(self, test):
128+
@staticmethod
129+
def _wrapper_test(test):
129130
base_url = SlicingDice.BASE_URL
130131
if test:
131132
base_url += "/test"

0 commit comments

Comments
 (0)