Fix test for Python <3.10 compat
tests / test (push) Successful in 5s

This commit is contained in:
TheRaiwy
2026-07-10 13:04:34 +03:00
parent 2266df40c6
commit 3dac157a4a
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -1,3 +1,4 @@
from __future__ import annotations
import io
import json
import logging