Skip to content

Commit

Permalink
TweetId を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
sushichan044 committed Aug 5, 2024
1 parent 584510b commit 9305c78
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions common/birdxplorer_common/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,9 +565,6 @@ class NotesValidationDifficulty(str, Enum):
empty = ""


class TweetId(UpToNineteenDigitsDecimalString): ...


class PostId(UpToNineteenDigitsDecimalString): ...


Expand Down
2 changes: 0 additions & 2 deletions common/birdxplorer_common/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
from .models import (
TopicId,
TopicLabel,
TweetId,
TwitterTimestamp,
UserEnrollment,
UserId,
Expand All @@ -39,7 +38,6 @@ class Base(DeclarativeBase):
TopicLabel: JSON,
NoteId: String,
ParticipantId: String,
TweetId: String,
PostId: String,
LanguageIdentifier: String,
TwitterTimestamp: DECIMAL,
Expand Down

0 comments on commit 9305c78

Please sign in to comment.