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"