AllenCell / AllenCell/allencell-segmenter-ml

Refactor: use built-in types as annotations where available

Aperta
#399 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
low priority refactor
Lingua principale
Python
Stelle
5
Fork
3
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

[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`

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.