Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

annofabapi.modelsの定義はenumだけにして、Dict[str,Any]である型エイリアスは削除する #590

Open
yuji38kwmt opened this issue May 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@yuji38kwmt
Copy link
Collaborator

annofabapi.modelsには以下が定義されている。

  • enum
  • Dict[str, Any]である型エイリアス

型エイリアスにあるコメントを参照する価値があるかと思い公開したが、結局はDict[str,Any]なので使うメリットはあまりない。

したがって、最終的にはannofabapi.modelsにはenumだけを定義したい。

@yuji38kwmt yuji38kwmt added the enhancement New feature or request label May 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant