Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-Svard committed Nov 18, 2024
1 parent 679ef6b commit f0a901a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg_lims/EPPs/udf/calculate/library_normalization_revio.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import click
from cg_lims import options
from cg_lims.exceptions import InvalidValueError, LimsError, MissingValueError
from cg_lims.exceptions import InvalidValueError, LimsError
from cg_lims.get.artifacts import get_artifacts
from cg_lims.get.udfs import (
get_artifact_concentration,
Expand Down

0 comments on commit f0a901a

Please sign in to comment.