Skip to content

Commit

Permalink
update_time defined twice hence removing once. (#301)
Browse files Browse the repository at this point in the history
  • Loading branch information
PandasPirate authored Apr 25, 2024
1 parent ca827a8 commit c206dbb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions google/generativeai/types/file_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ def update_time(self) -> datetime.datetime:
def expiration_time(self) -> datetime.datetime:
return self._proto.expiration_time

@property
def update_time(self) -> datetime.datetime:
return self._proto.update_time

@property
def sha256_hash(self) -> bytes:
return self._proto.sha256_hash
Expand Down

0 comments on commit c206dbb

Please sign in to comment.