We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380f399 commit 5d233b3Copy full SHA for 5d233b3
1 file changed
examples/seismic/tti/tti_example.py
@@ -1,5 +1,6 @@
1
+from contextlib import suppress
2
+
3
import numpy as np
-from contrextlib import suppress
4
5
with suppress(ImportError):
6
import pytest
0 commit comments