AllenCell / AllenCell/allencell-segmenter-ml
Refactor: use built-in types as annotations where available
オープン
low priority
refactor
- 主要言語
- Python
- スター
- 5
- フォーク
- 3
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
[In python 3.9](https://peps.python.org/pep-0585/) most `types` are now built-in to python and we no longer should use the `Typing` class to define these
for example we should just use `list` instead of `Typing.list` and `dict` instead of `Typing.dict`
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。