chore: remove unneeded imports

This commit is contained in:
Christoph J. Scherr 2025-02-08 17:50:41 +01:00
parent 115123539d
commit 5119ff84f9
No known key found for this signature in database
GPG key ID: 9EB784BB202BB7BB

View file

@ -1,10 +1,5 @@
from __future__ import annotations
from pathlib import Path
from flask import Flask, url_for
from markupsafe import escape
def main():
print("hello world")