mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-01 22:11:25 +00:00
3 lines
70 B
Python
3 lines
70 B
Python
def reraise_impl(e, traceback):
|
|
raise e.with_traceback(traceback)
|