Skip to content

Commit fd887fd

Browse files
committed
fix: __init__.py
1 parent de67853 commit fd887fd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

quadriga/metadata/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,11 @@
99
"create_bibtex",
1010
"update_citation_cff",
1111
"extract_from_book_config",
12-
"run_all",
1312
"utils"
1413
]
1514

1615
# Import the modules to make their functions available
1716
from . import create_bibtex
1817
from . import update_citation_cff
1918
from . import extract_from_book_config
20-
from . import run_all
2119
from . import utils

0 commit comments

Comments
 (0)