style: no more error on ruff linter

This commit is contained in:
kbe
2025-07-21 01:09:18 +02:00
parent f965020f55
commit 8bd692ff61
3 changed files with 4 additions and 5 deletions

View File

@@ -1,6 +1,5 @@
import json
import logging
from typing import List, Tuple
# Class to handle session configuration
class SessionConfig: