Skip to content

Commit

Permalink
Merge pull request #205 from NoharaMasato/main
Browse files Browse the repository at this point in the history
Cleanup of docstrings for feature.py and examples.py
  • Loading branch information
NoharaMasato authored Apr 15, 2023
2 parents 5d96461 + cd2128a commit bc10aaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
12 changes: 6 additions & 6 deletions geojson/examples.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
SimpleWebFeature is a working example of a class that satisfies the Python geo
interface.
"""


class SimpleWebFeature:

"""
Expand Down Expand Up @@ -36,12 +42,6 @@ def as_dict(self):

__geo_interface__ = property(as_dict)

"""
Create an instance of SimpleWebFeature from a dict, o. If o does not
match a Python feature object, simply return o. This function serves as a
json decoder hook. See coding.load().
"""


def create_simple_web_feature(o):
"""
Expand Down
5 changes: 0 additions & 5 deletions geojson/feature.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
"""
SimpleWebFeature is a working example of a class that satisfies the Python geo
interface.
"""

from geojson.base import GeoJSON


Expand Down

0 comments on commit bc10aaa

Please sign in to comment.