aboutsummaryrefslogtreecommitdiff
path: root/fietsboek/convert.py
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2024-02-01 22:41:58 +0100
committerDaniel Schadt <kingdread@gmx.de>2024-02-01 22:41:58 +0100
commit506268e07d77126614c6c67977152741e4c69036 (patch)
tree22eb1e6fc70ff252a922e19c8980a0a4554e7a13 /fietsboek/convert.py
parentaccc63b4f20da53caa0e5aa839c6fcfbb05dfad5 (diff)
downloadfietsboek-506268e07d77126614c6c67977152741e4c69036.tar.gz
fietsboek-506268e07d77126614c6c67977152741e4c69036.tar.bz2
fietsboek-506268e07d77126614c6c67977152741e4c69036.zip
add newlines after docstring
This is a change in black which we respect
Diffstat (limited to 'fietsboek/convert.py')
-rw-r--r--fietsboek/convert.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fietsboek/convert.py b/fietsboek/convert.py
index bf0664a..3c8208b 100644
--- a/fietsboek/convert.py
+++ b/fietsboek/convert.py
@@ -1,4 +1,5 @@
"""Conversion functions to convert between various recording formats."""
+
import fitparse
from gpxpy.gpx import GPX, GPXTrack, GPXTrackPoint, GPXTrackSegment