my.notes.orgmode: move to my.orgmode
This commit is contained in:
parent
649537deca
commit
1ded99c61c
3 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue