Skip to content

Commit

Permalink
fix typo design
Browse files Browse the repository at this point in the history
  • Loading branch information
CChahrour committed May 28, 2024
1 parent ba75033 commit 024b97a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions seqnado/design.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,7 @@ def controls_performed(self) -> List[str]:
control.add(f.control_performed)
return list(control)

def query(
self, sample_name: str, full_experiment: bool = False
) -> Union[FastqSetIP, Dict[str, FastqSetIP]]:

def query(
self, sample_name: str, full_experiment: bool = False
) -> Union[FastqSetIP, Dict[str, FastqSetIP]]:
Expand Down

0 comments on commit 024b97a

Please sign in to comment.