Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum-ms committed Mar 8, 2025
1 parent e17ed79 commit 805269f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/kp/memconv/import_podcasts.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,7 @@ class Podcast(interfaces.IConversation[PodcastMessage]):

# __init__() parameters, in that order (via `@dataclass`).
name_tag: str = field(default="")
messages: list[PodcastMessage] = field(
default_factory=list
)
messages: list[PodcastMessage] = field(default_factory=list)
tags: list[str] = field(default_factory=list)
semantic_refs: list[interfaces.SemanticRef] | None = field(default_factory=list)

Expand Down

0 comments on commit 805269f

Please sign in to comment.