Skip to content

Commit

Permalink
style(pre-commit.ci): auto fixes from pre-commit hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 15, 2025
1 parent b217aed commit fb4b8d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions basilisk/conversation/attached_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ def __init__(self, /, **data: Any) -> None:
if not self.name:
self.name = self._get_name()
self.size = self._get_size()

@property
def type(self) -> AttachmentFileTypes:
"""Determine the type of file based on its location protocol.
Expand Down

0 comments on commit fb4b8d0

Please sign in to comment.