diff options
author | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 18:54:47 +0000 |
---|---|---|
committer | Philip Sargent <philip.sargent@gmail.com> | 2024-12-15 18:54:47 +0000 |
commit | 30760654b7a3d7a394028fdf357d6f257def1fd5 (patch) | |
tree | 0dc128d9896b1f113e2b11c8936ff88531c9b762 /photomap | |
parent | eb74940ca81a6e900dec2b7c8df00245c6bb9a71 (diff) | |
download | troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.tar.gz troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.tar.bz2 troggle-30760654b7a3d7a394028fdf357d6f257def1fd5.zip |
import order fixed by ruff
Diffstat (limited to 'photomap')
-rw-r--r-- | photomap/pmap.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/photomap/pmap.py b/photomap/pmap.py index 055b735..aa4ad3b 100644 --- a/photomap/pmap.py +++ b/photomap/pmap.py @@ -1,8 +1,9 @@ import os -import folium -from pathlib import Path -from PIL import Image, ExifTags from itertools import chain +from pathlib import Path + +import folium +from PIL import ExifTags, Image """To do - create gpx file for adding in to existing GPSprune maps |