From 8eb9680e0ea3eb4f1800a385cdf1900c2c81f9db Mon Sep 17 00:00:00 2001 From: Christian Ledermann Date: Fri, 26 Jul 2024 18:00:11 +0100 Subject: [PATCH] ruff format --- fastkml/kml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastkml/kml.py b/fastkml/kml.py index 636ef240..50f41692 100644 --- a/fastkml/kml.py +++ b/fastkml/kml.py @@ -171,7 +171,8 @@ def parse( Args: ---- - file: The file to parse. Can be a file path (str or Path), or a file-like object. + file: The file to parse. + Can be a file path (str or Path), or a file-like object. Keyword Args: ------------