Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjgirard authored Jan 9, 2025
1 parent bf8a85f commit e0c7b4e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dascore/io/segy/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit e0c7b4e

Please sign in to comment.