Skip to content

Commit

Permalink
Revert "Fix typing syntax error"
Browse files Browse the repository at this point in the history
This reverts commit 58bcd63.
  • Loading branch information
SeppeDeWinter committed Sep 5, 2024
1 parent 715ea00 commit 98c6a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crested/tl/_crested.py
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ def enhancer_design_in_silico_evolution(
class_penalty_weights: np.ndarray | None = None,
no_mutation_flanks: tuple | None = None,
target_len: int | None = None,
) -> tuple[list[dict], list] | list:
) -> tuple[list(dict), list] | list:
"""
Create synthetic enhancers for a specified class using in silico evolution (ISE).
Expand Down

0 comments on commit 98c6a9f

Please sign in to comment.