Sorted the imports using isort

This commit is contained in:
Vidit-Ostwal
2025-02-05 23:06:12 +05:30
parent f6703f13ff
commit fb4b193c9e

View File

@@ -5,7 +5,6 @@ from datetime import datetime
from typing import Union
class FileHandler:
"""Handler for file operations supporting both JSON and text-based logging.