Skip to content

Commit 4b51fc7

Browse files
committed
notes(TODO) Update to most recent
1 parent 0b49e02 commit 4b51fc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

notes/TODO.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ This document outlines the tasks needed to improve the test coverage, type safet
3737
- [ ] Add return type annotations to all functions
3838
- [ ] Use Optional and Union types appropriately
3939
- [ ] Properly annotate all class methods
40+
- [ ] Follow import guidelines: use namespace imports and `import typing as t`
4041

4142
- [ ] **Configure Strict Type Checking**
4243
- [ ] Strict mode enabled in `pyproject.toml` under `[tool.mypy]`

0 commit comments

Comments
 (0)