chore(lint): drop unused os import from init.py

This commit is contained in:
ZdenekSrotyr 2026-05-04 19:32:18 +02:00
parent d44cace17c
commit 20bb9efc0e

View file

@ -35,7 +35,6 @@ Task 18 will register `init_app` on the root Typer app.
from __future__ import annotations
import json
import os
from datetime import datetime, timezone
from pathlib import Path
from typing import Optional