diff options
author | mikari <[email protected]> | 2022-02-10 16:48:47 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:48:47 +0300 |
commit | 2e0ed5ad2d70bf924ccd3cbbfab508784ab36325 (patch) | |
tree | c407f44de8fd4579bf0ceffc822d243ff76cfd26 /library/python | |
parent | ab32245a89d56835833808c7e644b3da277d7085 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/python')
-rw-r--r-- | library/python/testing/import_test/import_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/python/testing/import_test/import_test.py b/library/python/testing/import_test/import_test.py index 3e3b7234ef1..0eb13bc41c8 100644 --- a/library/python/testing/import_test/import_test.py +++ b/library/python/testing/import_test/import_test.py @@ -90,7 +90,7 @@ def check_imports(no_check=(), extra=(), skip_func=None, py_main=None): for m, t in sorted(import_times.items(), key=lambda x: x[1], reverse=True)[:30]: print(' ', '{:.3f}s'.format(t), m) - if failed: + if failed: raise ImportError('modules not imported:\n' + '\n'.join(failed)) |