Skip to content

Commit c206dbb

Browse files
authored
update_time defined twice hence removing once. (#301)
1 parent ca827a8 commit c206dbb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

google/generativeai/types/file_types.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ def update_time(self) -> datetime.datetime:
5858
def expiration_time(self) -> datetime.datetime:
5959
return self._proto.expiration_time
6060

61-
@property
62-
def update_time(self) -> datetime.datetime:
63-
return self._proto.update_time
64-
6561
@property
6662
def sha256_hash(self) -> bytes:
6763
return self._proto.sha256_hash

0 commit comments

Comments
 (0)