AllenCell / AllenCell/allencell-segmenter-ml
Refactor: use built-in types as annotations where available
Ouverte
low priority
refactor
- Langage dominant
- Python
- Étoiles
- 5
- Forks
- 3
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
[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`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.