Skip to content

Commit

Permalink
Update nlu_evaluation.ipynb
Browse files Browse the repository at this point in the history
Fix a typo for a return type of the function.
  • Loading branch information
thatsmesasha authored Jun 6, 2024
1 parent 373d461 commit 4b2fe10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nlu-evaluation/nlu_evaluation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@
" api_endpoint = get_api_endpoint(region)\n",
" return PagesClient(client_options={'api_endpoint': api_endpoint})\n",
"\n",
"def get_environment_client(region: str) -> PagesClient:\n",
"def get_environment_client(region: str) -> EnvironmentsClient:\n",
" '''Returns DF CX EnvironmentClient based on region.'''\n",
" api_endpoint = get_api_endpoint(region)\n",
" return EnvironmentsClient(client_options={'api_endpoint': api_endpoint})\n",
Expand Down Expand Up @@ -657,4 +657,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit 4b2fe10

Please sign in to comment.