Skip to content

Commit

Permalink
Fix imports in example
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Nov 12, 2024
1 parent 9b0a963 commit 7082c38
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/imviz/import_data.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ object, you can load it into Imviz as follows:

.. code-block:: python
import numpy as np
from astropy.nddata import NDData
from astropy.nddata import NDData, StdDevUncertainty
from jdaviz import Imviz
# mydatamodel is a jwst.datamodels object with stddev ERR array
Expand Down

0 comments on commit 7082c38

Please sign in to comment.