fixed ruff warning

This commit is contained in:
2026-03-09 17:15:20 -04:00
parent 0497a50a43
commit 3a3267ee9a
2 changed files with 3 additions and 3 deletions

View File

@@ -3,8 +3,8 @@
from __future__ import annotations
import logging
from os import getenv
import time
from os import getenv
from typing import Annotated
import typer