Undo future annotations from watcher.py till Typer fixes its issue

Fixes #1258
This commit is contained in:
James R. Barlow
2024-02-20 19:14:39 -08:00
parent 59d5b0d1bd
commit 8d30cff4ef
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -7,8 +7,6 @@
# Do not enable annotations!
# https://github.com/tiangolo/typer/discussions/598
# from __future__ import annotations
from __future__ import annotations
import json
import logging