Skip to content

Commit

Permalink
FIX: function signature issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Aatmun Baxi committed Aug 3, 2024
1 parent f6fce55 commit bd4315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orgroamtools/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -1182,7 +1182,7 @@ def get_latex_snippets(self, identifier: str) -> list[str]:
raise AttributeError(f"No node with identifier: {identifier}")

@property
def src_block_index(self) -> dict[str, list[tuple[str, list[str]]]]:
def src_block_index(self) -> dict[str, list[tuple[str, str]]]:
"""Return index of source blocks of nodes
Returns
Expand Down

0 comments on commit bd4315e

Please sign in to comment.