Skip to content

Commit

Permalink
Update fastkml/features.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
cleder and sourcery-ai[bot] authored Jul 18, 2024
1 parent a81a586 commit 0e30b63
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fastkml/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,13 @@ def __bool__(self) -> bool:

class _Feature(TimeMixin, _BaseObject):
"""
Abstract element representing a feature in KML.
Abstract base class representing a feature in KML.
Subclasses are:
Direct known subclasses:
- Container (Document, Folder)
- Placemark
- Overlay
- NetworkLink
- NetworkLink.
"""

Expand Down

0 comments on commit 0e30b63

Please sign in to comment.