AllenCell / AllenCell/allencell-segmenter-ml

Refactor: use built-in types as annotations where available

Open
#399 0 comments 0 reactions 0 assignees View on GitHub
low priority refactor
Dominant language
Python
Stars
5
Forks
3
PR merge metrics
No merged PRs in 30d

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`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.