Skip to content

Commit

Permalink
Fix jp2parser import
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Dec 5, 2023
1 parent 3b6917f commit a76607d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/helioviewer/jp2parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
from xml.etree import cElementTree as ET
import numpy as np
from sunpy.io.jp2 import get_header
from sunpy.io._jp2 import get_header
from sunpy.map import Map
from sunpy.util.xml import xml_to_dict
from sunpy.io.header import FileHeader
Expand Down

0 comments on commit a76607d

Please sign in to comment.