AllenCell / AllenCell/allencell-segmenter-ml

Refactor: use built-in types as annotations where available

オープン
#399 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。