cleanup; remove unused imports
This commit is contained in:
parent
a11a3af597
commit
5ecd4b4810
39 changed files with 36 additions and 67 deletions
|
@ -36,7 +36,6 @@ def one_table(o: OrgNode) -> Table:
|
|||
return one(collect(o, lambda n: (x for x in n.body_rich if isinstance(x, Table))))
|
||||
|
||||
|
||||
from typing import Iterator, Dict, Any
|
||||
class TypedTable(Table):
|
||||
def __new__(cls, orig: Table) -> 'TypedTable':
|
||||
tt = super().__new__(TypedTable)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue