Skip to content

Commit

Permalink
updated the CHANGES.md, and removed noqa entry
Browse files Browse the repository at this point in the history
  • Loading branch information
barrydaniels-nl committed Dec 5, 2024
1 parent 071fbe5 commit b4ee290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# 2024-11-25 (1.5.0)

* Added PROPERTYNAME support
* Dropped support for Python 3.9 and Django 3.2

# 2024-08-29 (1.4.1)

Expand Down
2 changes: 1 addition & 1 deletion gisserver/output/geojson.py
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ def get_properties(
feature_type: FeatureType,
xsd_type: XsdComplexType,
instance: models.Model,
property_name: list[str] | None = None, # noqa: UP007
property_name: list[str] | None = None,
) -> dict:
"""Collect the data for the 'properties' field.
Expand Down

0 comments on commit b4ee290

Please sign in to comment.