From 68d3e62281d8a0e588ba4edf570ae444ca7dc39b Mon Sep 17 00:00:00 2001 From: "kathleen.moriarty" <kathleen.moriarty@unibas.ch> Date: Mon, 3 Jan 2022 12:01:36 +0100 Subject: [PATCH] alphatbetize packages --- src/read_sequencing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/read_sequencing.py b/src/read_sequencing.py index 6b76a99..d6dfc47 100644 --- a/src/read_sequencing.py +++ b/src/read_sequencing.py @@ -4,8 +4,8 @@ Simulate the sequencing of reads on the template of terminal fragments and simul """ # Imports from built-in modules from random import choices -from typing import List from pathlib import Path +from typing import List def read_sequencing( -- GitLab