Skip to content

Commit

Permalink
Undo future annotations from watcher.py till Typer fixes its issue
Browse files Browse the repository at this point in the history
Fixes #1258
  • Loading branch information
jbarlow83 committed Feb 21, 2024
1 parent 59d5b0d commit 8d30cff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions misc/watcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ target-version = "py310"

[tool.ruff.lint.isort]
known-first-party = ["ocrmypdf"]
required-imports = ["from __future__ import annotations"]

[tool.ruff.lint.pydocstyle]
convention = "google"
Expand Down

0 comments on commit 8d30cff

Please sign in to comment.