We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cf97e commit c815e4bCopy full SHA for c815e4b
src/blurb/blurb.py
@@ -52,7 +52,7 @@
52
import tempfile
53
import textwrap
54
import time
55
-from typing import Optional, Annotated
+from typing import Annotated, Optional # required by cyclopts
56
57
from cyclopts import App, Parameter
58
0 commit comments