This commit is contained in:
Blake Blackshear 2023-11-04 07:44:51 -05:00
parent aafd250ce2
commit 3794336459

View File

@ -7,7 +7,7 @@ import numpy as np
try: try:
from hide_warnings import hide_warnings from hide_warnings import hide_warnings
except: except: # noqa: E722
def hide_warnings(func): def hide_warnings(func):
pass pass