Skip to content

Commit 8cff2a6

Browse files
committed
fix missing CatalogError
1 parent 214ec0c commit 8cff2a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pgscatalog.core/src/pgscatalog/core/lib/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
BuildError,
2121
ScoreFormatError,
2222
EffectTypeError,
23+
CatalogError,
2324
ScoreDownloadError,
2425
ScoreChecksumError,
2526
QueryError,
@@ -40,6 +41,7 @@
4041
"BuildError",
4142
"ScoreFormatError",
4243
"EffectTypeError",
44+
"CatalogError",
4345
"ScoreDownloadError",
4446
"ScoreChecksumError",
4547
"QueryError",

0 commit comments

Comments
 (0)