Skip to content

Commit 78a994f

Browse files
committed
Fix RegionStats type annotation
1 parent 753911e commit 78a994f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e3sm_diags/plot/arm_diags_plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ class RegionStats(TypedDict):
5252
twpc1: Stats
5353
twpc2: Stats
5454
twpc3: Stats
55-
sgp: Stats
55+
sgpc1: Stats
5656

5757

5858
REGION_INFO: RegionStats = {

0 commit comments

Comments
 (0)