Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarciabriseno committed Dec 18, 2023
1 parent a170694 commit 2537f38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install/helioviewer/jp2parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
"""Helioviewer.org JP2 Download Daemon (HVPull)
JPEG 2000 Image XML Box parser class
"""
import os
import sys
from xml.etree import cElementTree as ET
import numpy as np
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 2537f38

Please sign in to comment.