1
0
Fork 0

fix bug found by linter

This commit is contained in:
Mateusz Konieczny 2024-10-08 19:27:08 +02:00
parent e5b4fd3a71
commit 4a52918c79

View file

@ -2,6 +2,7 @@ import datetime
import osm_bot_abstraction_layer.tag_knowledge as tag_knowledge
import dotenv
import os
import requests
# make environment variables specified in .env available
# see https://github.com/theskumar/python-dotenv