Skip to content

Commit

Permalink
NOTE化
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Dec 6, 2023
1 parent 7bd34b7 commit b7dd205
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@
get_save_dir,
)

# StyleIdの型。FIXME: Python 3.12以降で[S: int | list[int]]に置き換える
# StyleIdの型
# NOTE: Python 3.12以降で[S: int | list[int]]に置き換えられる
S = TypeVar("S", int, list[int])


Expand Down

0 comments on commit b7dd205

Please sign in to comment.