Browse Source

移除了datetime的引入

nandHyf 1 year ago
parent
commit
4bdbceafa2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      WithSqlite.py

+ 1 - 1
WithSqlite.py

@@ -1,4 +1,4 @@
-import sqlite3, datetime
+import sqlite3
 
 
 # [todo 0]