mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 21:43:11 +00:00
3 lines
71 B
Python
3 lines
71 B
Python
def strict_map(*args, **kwargs):
|
|
return list(map(*args, **kwargs))
|