Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix pycodestyle issue.
  • Loading branch information
EdwardSafford-NOAA committed Oct 10, 2024
1 parent f6c3ff6 commit 91fd1f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/om_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def set_data_types(self, template):
self.data_subtype = 'horz_hist'

elif self.data_type == 'ozn' and stype == 'summary':
self.data_subtype = 'time'
self.data_subtype = 'time'

else:
self.data_subtype = stype
Expand Down

0 comments on commit 91fd1f8

Please sign in to comment.