Skip to content

Commit

Permalink
add another test case
Browse files Browse the repository at this point in the history
  • Loading branch information
clavedeluna committed Nov 24, 2022
1 parent 5639edf commit 58a3c91
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -144,3 +144,8 @@ def _get_extra_attrs(self, extra_columns):
self.extra_rows_start = 8 # pylint: disable=attribute-defined-outside-init
for index, column in enumerate(extra_columns, start=self.extra_rows_start):
pass

Y_START = 2
nums = list(range(20))
for y, x in enumerate(nums, start=Y_START + 1):
pass

0 comments on commit 58a3c91

Please sign in to comment.