浏览代码

Remove stray whitespace

tags/v0.2.1
JustAnotherArchivist 4 年前
父节点
当前提交
c5d8d93166
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      qwarc/__init__.py

+ 1
- 1
qwarc/__init__.py 查看文件

@@ -118,7 +118,7 @@ class Item:
@classmethod
def _gen(cls):
for x in cls.generate():
yield (cls.itemType, x, STATUS_TODO)
yield (cls.itemType, x, STATUS_TODO)

def add_item(self, itemClassOrType, itemValue):
if issubclass(itemClassOrType, Item):


正在加载...
取消
保存