Skip to content

Commit

Permalink
updated map2 to support vararg functions
Browse files Browse the repository at this point in the history
minor

updated map2 to support vararg functions

minor
  • Loading branch information
davidparks21 committed Mar 12, 2024
1 parent 68d134e commit feef8fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/braingeneers/utils/common_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ def myfunc(a, b, **kwargs):

return list(result_iterator)


class checkout:
"""
A context manager for atomically checking out a file from S3 for reading or writing.
Expand Down

0 comments on commit feef8fc

Please sign in to comment.