model.py : add missing future import

This commit is contained in:
cebtenzzre 2023-11-02 12:08:44 -04:00
parent e9abcc9c7c
commit 007be85087

View file

@ -1,3 +1,5 @@
from __future__ import annotations
import contextlib
import json
import os