Skip to content

Commit 906829c

Browse files
author
Dainius
committed
exceptions pass
1 parent 3c42ca3 commit 906829c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

data_collection/tools.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,10 @@
1010
# EXCEPTIONS
1111
class BadResponseException(Exception):
1212
"""Custom exception for bad responses."""
13-
pass
1413

1514

1615
class DownloadError(Exception):
1716
"""Custom exception for download errors."""
18-
pass
1917

2018

2119
# CONSTANTS
@@ -264,7 +262,6 @@ def from_lovd_to_pandas(path):
264262
return d
265263

266264

267-
268265
def from_clinvar_name_to_dna(name):
269266
"""
270267
Custom cleaner to extract DNA from Clinvar name variable.

0 commit comments

Comments
 (0)