From 15aa505642b8608bfd9cf4bd8a2b146af306cb6d Mon Sep 17 00:00:00 2001
From: tomrink <rink@ssec.wisc.edu>
Date: Mon, 4 Oct 2021 16:06:57 -0500
Subject: [PATCH] minor

---
 modules/icing/pirep_goes.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/icing/pirep_goes.py b/modules/icing/pirep_goes.py
index a59480dc..066c14f8 100644
--- a/modules/icing/pirep_goes.py
+++ b/modules/icing/pirep_goes.py
@@ -6,7 +6,7 @@ import os
 from util.util import get_time_tuple_utc, GenericException, add_time_range_to_filename, is_night, is_day, \
     check_oblique, make_times, find_bin_index, get_timestamp, homedir
 from util.plot import make_icing_image
-from aeolus.datasource import CLAVRx, CLAVRx_VIIRS, GOESL1B
+from aeolus.datasource import CLAVRx, CLAVRx_VIIRS, GOESL1B, CLAVRx_H08
 import h5py
 import re
 import datetime
-- 
GitLab