Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
isaac091 committed Nov 21, 2023
1 parent 9f460cf commit ff15d78
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions machine/scripture/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
from typing import Any

from .canon import (
ALL_BOOK_IDS,
BOOK_NUMBERS,
Expand Down Expand Up @@ -35,14 +33,6 @@
get_bbbcccvvv,
)


def __getattr__(name: str) -> Any:
if name.endswith("_VERSIFICATION"):
index = name.rindex("_")
return Versification.get_builtin(name[:index])
raise AttributeError


__all__ = [
"ALL_BOOK_IDS",
"are_overlapping_verse_ranges",
Expand Down

0 comments on commit ff15d78

Please sign in to comment.