AllenCell / AllenCell/allencell-segmenter-ml
Refactor: use built-in types as annotations where available
Abierto
low priority
refactor
- Lenguaje dominante
- Python
- Estrellas
- 5
- Forks
- 3
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
[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`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.