Commit b7b8e64
committed
fix: Use inline union type instead of TagType alias in write_note
Pyright doesn't allow type alias variables in function signatures.
Changed tags: TagType to tags: list[str] | str | None to match
the pattern used in build_context.py.
Fixes type checking errors across all platforms.
Signed-off-by: phernandez <paul@basicmachines.co>1 parent 94670b3 commit b7b8e64
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments