Skip to content

Commit 7aa7057

Browse files
committed
MNT: Remove unneeded parentheses in class definition
Found by ruff 0.274
1 parent fc1812c commit 7aa7057

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/metpy/io/gempak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ def _convert_clouds(cover, height, missing=-9999):
563563
return code
564564

565565

566-
class GempakFile():
566+
class GempakFile:
567567
"""Base class for GEMPAK files.
568568
569569
Reads ubiquitous GEMPAK file headers (i.e., the data management portion of

0 commit comments

Comments
 (0)