Skip to content

Commit d721df7

Browse files
author
Hina Shah
committed
Normalization code change
1 parent 2209abe commit d721df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/normalization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ def get_valid_node_types(self):
558558
def call_name_resolution(name: str, biolink_type: str, retries=0, logger=None):
559559

560560
NAME_RESOLVER_URL = config.getenv('NAMERES_URL')
561-
NAME_RESOLVER_ENDPOINT = f'{NAME_RESOLVER_URL}/lookup'
561+
NAME_RESOLVER_ENDPOINT = f'{NAME_RESOLVER_URL}lookup'
562562
NAME_RESOLVER_HEADERS = {"accept": "application/json"}
563563
NAME_RESOLVER_API_ERROR = 'api_error'
564564

0 commit comments

Comments
 (0)