Skip to content

Commit

Permalink
Shed some dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Oct 11, 2022
1 parent 3094ed4 commit f954155
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions asdf/fits_embed.py
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,3 @@ def write_to(

def update(self, all_array_storage=None, all_array_compression=None, pad_blocks=False, **kwargs):
raise NotImplementedError("In-place update is not currently implemented for ASDF-in-FITS")

self._update_asdf_extension(
all_array_storage=all_array_storage,
all_array_compression=all_array_compression,
pad_blocks=pad_blocks,
**kwargs,
)

0 comments on commit f954155

Please sign in to comment.