Skip to content

Commit f47ddf3

Browse files
rawwarAlexWaygood
andauthored
Update Lib/sqlite3/dbapi2.py
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent fa80dd6 commit f47ddf3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/sqlite3/dbapi2.py

-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def TimestampFromTicks(ticks):
5555
Binary = memoryview
5656
collections.abc.Sequence.register(Row)
5757

58-
5958
def register_adapters_and_converters():
6059
def adapt_date(val):
6160
return val.isoformat()

0 commit comments

Comments
 (0)