Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinBabe committed Mar 7, 2024
1 parent 0b54d35 commit 1642244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openeo_gfmap/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,5 +106,5 @@ def eodc_connection() -> openeo.Connection:
BACKEND_CONNECTIONS: Dict[Backend, Callable] = {
Backend.TERRASCOPE: vito_connection,
Backend.CDSE: cdse_connection,
Backend.CDSE_STAGING: cdse_staging_connection
Backend.CDSE_STAGING: cdse_staging_connection,
}

0 comments on commit 1642244

Please sign in to comment.