Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Deuchnord committed Feb 17, 2024
1 parent a09ddd7 commit b03f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion f2ap/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def get_message(self, uuid: UUID) -> Optional[model.Message]:
type=msg_type,
actor=self.config.actor.id,
published=note.published,
object=note
object=note,
)

def get_note(self, url: str) -> Optional[model.Note]:
Expand Down

0 comments on commit b03f810

Please sign in to comment.