Skip to content

Commit

Permalink
[JS]: Format Python code
Browse files Browse the repository at this point in the history
  • Loading branch information
handstuyennn committed Sep 5, 2024
1 parent 159c4fc commit 1b4d1be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev/archery/archery/integration/datagen.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ def generate_column(self, size, name=None):
for _ in range(size):
values.append(random.randint(min_day_value, max_day_value))
values.append(random.randint(-86400000, +86400000))
# values.append([random.randint(min_day_value, max_day_value), random.randint(-86400000, +86400000)])

is_valid = self._make_is_valid(size)
if name is None:
Expand Down

0 comments on commit 1b4d1be

Please sign in to comment.