Skip to content

Commit 5d233b3

Browse files
committed
noodle
1 parent 380f399 commit 5d233b3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/seismic/tti/tti_example.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
from contextlib import suppress
2+
13
import numpy as np
2-
from contrextlib import suppress
34

45
with suppress(ImportError):
56
import pytest

0 commit comments

Comments
 (0)