my.notes.orgmode: move to my.orgmode

This commit is contained in:
Dima Gerasimov 2020-10-11 09:49:32 +01:00 committed by karlicoss
parent 649537deca
commit 1ded99c61c
3 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
import my.notes.orgmode as orgmode
from my import orgmode
def test():
def test() -> None:
# meh
results = list(orgmode.query().query_all(lambda x: x.with_tag('python')))
assert len(results) > 5