Преглед изворни кода

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):


Loading…
Откажи
Сачувај