Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariana Barzinpour committed Oct 25, 2024
1 parent 963f84c commit 837aa57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datacube/drivers/postgis/_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _create_engine(url, application_name=None, iam_rds_auth=False, iam_rds_timeo
)
except ModuleNotFoundError:
raise IndexSetupError('psycopg2 is required to work with the database. '
'Please install the [postgres] or [test] depdencies.')
'Please install the [postgres] or [test] dependencies.')

if iam_rds_auth:
from datacube.utils.aws import obtain_new_iam_auth_token
Expand Down
2 changes: 1 addition & 1 deletion datacube/drivers/postgres/_connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def _create_engine(url, application_name=None, iam_rds_auth=False, iam_rds_timeo
)
except ModuleNotFoundError:
raise IndexSetupError('psycopg2 is required to work with the database. '
'Please install the [postgres] or [test] depdencies.')
'Please install the [postgres] or [test] dependencies.')

if iam_rds_auth:
from datacube.utils.aws import obtain_new_iam_auth_token
Expand Down

0 comments on commit 837aa57

Please sign in to comment.