mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Issue 11929: Minor whitespace clean-ups.
This commit is contained in:
parent
30fe8188b4
commit
40fc59d98b
7 changed files with 26 additions and 17 deletions
|
@ -1,5 +1,6 @@
|
|||
import sqlite3
|
||||
import datetime, time
|
||||
import datetime
|
||||
import time
|
||||
|
||||
def adapt_datetime(ts):
|
||||
return time.mktime(ts.timetuple())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue