mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 18:03:31 +01:00
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 428692ea3a | |||
| 952bf4a4e1 | |||
| c96ffe52c0 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 428692ea3a |
Streamline Python file headers somewhat
- Add coding statement
- Import all modules in one line where possible
- Order: __future__, typing, plain imports, from imports,
janware modules
Signed-off-by: Jan Lindemann <jan@janware.com>
|
|||
| 952bf4a4e1 |
Fix Python errors reported by mypy
This commit fixes Python errors and warnings reported by static type checking with mypy. Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| c96ffe52c0 |
Add Process and Signals support
Signed-off-by: Jan Lindemann <jan@janware.com> |