Skip to content

Commit

Permalink
refactor to use the ebi-eva-internal-pyutils
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Sep 29, 2023
1 parent 33c3828 commit 8769194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eva_assembly_ingestion/custom_assembly.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
from cached_property import cached_property
from ebi_eva_common_pyutils.config import cfg
from ebi_eva_common_pyutils.logger import AppLogger
from ebi_eva_common_pyutils.metadata_utils import get_metadata_connection_handle
from ebi_eva_common_pyutils.pg_utils import get_all_results_for_query
from ebi_eva_internal_pyutils.metadata_utils import get_metadata_connection_handle
from ebi_eva_internal_pyutils.pg_utils import get_all_results_for_query
from retry import retry


Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ebi-eva-common-pyutils==0.5.5
ebi-eva-common-pyutils==0.5.8.dev2
pyyaml
requests
retry

0 comments on commit 8769194

Please sign in to comment.