Skip to content
This repository was archived by the owner on Aug 21, 2025. It is now read-only.

Commit 5c2b318

Browse files
committed
Removing redundant comment
1 parent e577e73 commit 5c2b318

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

realtime_py/transformers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,8 @@ def convert_cell(_type: str, string_value: str):
111111
string_value
112112
) # Format to be consistent with PostgREST
113113
elif _type == timestamptz:
114-
# To allow users to cast it based on Timezone
115114
return parse(string_value)
116115
elif _type == timetz:
117-
# To allow users to cast it based on Timezone
118116
return parse(string_value)
119117
elif _type == tsrange:
120118
return to_date_range(string_value)

0 commit comments

Comments
 (0)