mirror of
https://git.ianrenton.com/ian/spothole.git
synced 2025-12-16 09:03:39 +00:00
Fix imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import os
|
||||
from datetime import timedelta
|
||||
from PIL import Image, ImageDraw, ImageFont
|
||||
|
||||
from PIL import Image, ImageDraw, ImageFont
|
||||
from requests_cache import CachedSession
|
||||
|
||||
test = os.listdir("./")
|
||||
|
||||
Reference in New Issue
Block a user