Skip to content

Commit e15e65c

Browse files
Change class method _get_timestamp to staticmethod
1 parent b8c8caa commit e15e65c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests_and_examples/run_query_tests.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,8 @@ def _append_timestamp_to_field_name(self, field):
137137

138138
self.field_translation[old_name] = new_name
139139

140-
def _get_timestamp(self):
140+
@staticmethod
141+
def _get_timestamp():
141142
"""Get integer timestamp in string format.
142143
143144
Return:

0 commit comments

Comments
 (0)