浏览代码

fix: datetime is not defined

master
zhayujie 1年前
父节点
当前提交
b590e889a7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      common/expired_dict.py

+ 1
- 1
common/expired_dict.py 查看文件

@@ -1,5 +1,5 @@
import time
from datetime import datetime, timedelta

class ExpiredDict(dict):
def __init__(self, expires_in_seconds):


正在加载...
取消
保存