Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Thunno/Thunno2
Browse files Browse the repository at this point in the history
  • Loading branch information
nayakrujul committed Jul 13, 2023
2 parents 62b352c + 5baa41d commit 3f6dff0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 23.3.0
rev: 23.7.0
hooks:
- id: black
1 change: 1 addition & 0 deletions src/thunno2/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,7 @@ def vectorised_index_of(x, y):
r.append(index_of(i, y))
else:
r.append(num_index_of(i, y))
return r


def cartesian_product(x, y):
Expand Down

0 comments on commit 3f6dff0

Please sign in to comment.