Skip to content

Commit

Permalink
Reorder Spatial private properties in alpha order
Browse files Browse the repository at this point in the history
  • Loading branch information
trey-stafford committed Oct 30, 2024
1 parent 830f471 commit 0ca4485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icepyx/core/spatial.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ def validate_polygon_file(

class Spatial:
_ext_type: ExtentType
_spatial_ext: list[float]
_geom_file: Optional[str]
_spatial_ext: list[float]

def __init__(
self,
Expand Down

0 comments on commit 0ca4485

Please sign in to comment.