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

GameRecordPlaceholder.uuidGameRecord.uuid の型アノテーションが実際の型と異なる #103

Open
Apricot-S opened this issue May 28, 2024 · 0 comments

Comments

@Apricot-S
Copy link
Contributor

概要

  • GameRecordPlaceholder.uuid
  • GameRecord.uuid
    のプロパティの型 (str) と、インスタンス変数の型 (tuple[str]) が異なる

該当箇所 (develop ブランチ)
GameRecordPlaceholder.uuid

GameRecord.uuid

状況

master ブランチでの lint / format の際は、予期せぬ影響が出ないよう型は変更しなかった。

GameRecord でリポジトリ内を検索したところ、GameRecordPlaceholderGameRecord は他の箇所で使用されていないようである。

原因

変数定義の際誤って末尾にコンマをつけたと推測される

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant