Skip to content

Commit c815e4b

Browse files
committed
add comment to the typing import
1 parent 14cf97e commit c815e4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blurb/blurb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
import tempfile
5353
import textwrap
5454
import time
55-
from typing import Optional, Annotated
55+
from typing import Annotated, Optional # required by cyclopts
5656

5757
from cyclopts import App, Parameter
5858

0 commit comments

Comments
 (0)