Skip to content

Commit

Permalink
fix import statements
Browse files Browse the repository at this point in the history
  • Loading branch information
JessicaS11 committed Dec 22, 2023
1 parent 1a7f028 commit 59776fc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions icepyx/core/is2ref.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
import h5py
import json
import numpy as np
import requests
import warnings
from xml.etree import ElementTree as ET

import h5py
import earthaccess
import numpy as np


# ICESat-2 specific reference functions
Expand Down

0 comments on commit 59776fc

Please sign in to comment.