Skip to content

Commit

Permalink
better docstrings and ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cleder committed Jul 18, 2024
1 parent 7983fdb commit 9d71aaf
Show file tree
Hide file tree
Showing 2 changed files with 341 additions and 3 deletions.
1 change: 1 addition & 0 deletions fastkml/registry.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
"""Registry for XML objects."""
from dataclasses import dataclass
from enum import Enum
from typing import TYPE_CHECKING
Expand Down
Loading

0 comments on commit 9d71aaf

Please sign in to comment.