Skip to content

Commit

Permalink
Imported errors for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaitlingo committed Jul 5, 2023
1 parent d7c8748 commit a4da01b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/uta_clients/cdot.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
from cdot.hgvs.dataproviders import RESTDataProvider
from cdot.hgvs.dataproviders import (
HGVSDataNotAvailableError,
NotImplementedError,
RESTDataProvider,
)


def connect():
Expand Down
2 changes: 1 addition & 1 deletion src/uta_clients/uta.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
from hgvs.dataproviders.uta import connect
from hgvs.dataproviders.uta import HGVSDataNotAvailableError, HGVSError, connect

0 comments on commit a4da01b

Please sign in to comment.