Unverified Commit a5a166e7 authored by Alana's avatar Alana Committed by GitHub
Browse files

Delete type annotation

parent dc7eda3b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -979,7 +979,7 @@ class FASTALoader(DataLoader):
        # (X, y, w, ids)
        yield X, None, None, ids

    def _read_file(input_file: str) -> np.ndarray:
    def _read_file(input_file: str):
      """
      Convert the FASTA file to a numpy array of FASTA-format strings.
      """