From e0c7b4ead5ef8baafbfea3c56ffdc2a7f89d802f Mon Sep 17 00:00:00 2001 From: Aaron Girard <19921391+aaronjgirard@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:18:33 -0700 Subject: [PATCH] Update core.py --- dascore/io/segy/core.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dascore/io/segy/core.py b/dascore/io/segy/core.py index 8b34cae8..97691fbc 100644 --- a/dascore/io/segy/core.py +++ b/dascore/io/segy/core.py @@ -88,7 +88,11 @@ def write(self, spool: dc.Patch | dc.BaseSpool, resource, **kwargs): class SegyV0_0(SegyV1_0): # noqa - """An IO class supporting version 0.0 of the SEGY format. Or if the version is not set. """ + """ + An IO class supporting version 0.0 of the SEGY format. + + Or if the version is not set. + """ version = "0.0"