rename to hints

This commit is contained in:
AcerecA 2026-01-02 12:46:09 +01:00
parent 9a46317e6c
commit aa93e8c712
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ from pynvim import Nvim, command, plugin
from pynvim.api import Buffer
from .clickup import ClickupSession
from .types import JSONData
from .hints import JSONData
from .yaml import load, dump

View File

@ -1,7 +1,7 @@
from io import StringIO
from ruamel.yaml import YAML
from .types import JSONData, JSONDataScalar
from . import hints
yaml = YAML(typ="safe")