Skip to content

Commit 2e535a4

Browse files
fix: removed trailing whitespace
1 parent c4201e2 commit 2e535a4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

data_collection/pipeline.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
import pandas as pd
33

44
from tools import get_file_from_url, from_lovd_to_pandas, from_clinvar_name_to_dna
5-
from constants import (LOVD_FILE_URL,
6-
GNOMAD_FILE_URL,
7-
CLINVAR_FILE_URL,
8-
DATA_PATH,
9-
LOVD_PATH,
10-
GNOMAD_PATH,
5+
from constants import (LOVD_FILE_URL,
6+
GNOMAD_FILE_URL,
7+
CLINVAR_FILE_URL,
8+
DATA_PATH,
9+
LOVD_PATH,
10+
GNOMAD_PATH,
1111
CLINVAR_PATH)
1212

1313
def calculate_max_frequency(row):

0 commit comments

Comments
 (0)