Skip to content

Commit

Permalink
#105 Shutting up mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed May 28, 2024
1 parent 70fd5eb commit 530ebd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exasol/nb_connector/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def get_backend(conf: Secrets) -> StorageBackend:
StorageBackend.onprem.
"""
storage_backend = conf.get(CKey.storage_backend, StorageBackend.onprem.name)
return StorageBackend[storage_backend]
return StorageBackend[storage_backend] # type: ignore


def get_external_host(conf: Secrets) -> str:
Expand Down

0 comments on commit 530ebd6

Please sign in to comment.