test commit

This commit is contained in:
SowinskiBraeden committed 2022-05-22 20:56:06 -07:00
1 parent fb75a4fa75
commit dd3046dcec
1 file changed
+2
+2
View File
@@ -7,6 +7,8 @@ from mpl_toolkits.basemap import Basemap
eq_lat, eq_lon = [], []
magnitudes, eq_ts = [], []
# test commit
with open('2.5_week.csv', encoding='utf-8') as csvfile:
reader = csv.DictReader(csvfile)
for row in reader: