fix: remove unused imports and clean up code in various files

This commit is contained in:
OhMyApps
2025-06-23 23:24:38 +02:00
parent f8e559ebb2
commit 3368830f05
7 changed files with 27 additions and 456 deletions

View File

@@ -5,7 +5,6 @@ and the generation of properly encoded JSON responses.
import json
import os
import tempfile
import unittest
from unittest.mock import Mock, patch