Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
tensulin committed Dec 4, 2024
1 parent e009737 commit dfb1c3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/marbel/meta_tran_sim.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
from typing import Optional, Tuple, List
from typing import Optional, Tuple
from typing_extensions import Annotated

import typer
import random
import numpy as np
import os
import pandas as pd
import uuid
import re
from progress.bar import Bar

from marbel.presets import __version__, MAX_SPECIES, MAX_ORTHO_GROUPS, rank_distance, LibrarySizeDistribution, Rank, ErrorModel, DESEQ2_FITTED_A0, DESEQ2_FITTED_A1, OrthologyLevel, SelectionCriterion
Expand Down

0 comments on commit dfb1c3f

Please sign in to comment.