Skip to content

Commit 742bda6

Browse files
committed
Fix pyproject
1 parent 50f7d1d commit 742bda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bam_data_store/api/openbis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pybis import Openbis
33

44

5-
def openbis_login():
5+
def openbis_login() -> tuple[Openbis, str]:
66
o = Openbis(url=environ('OPENBIS_HOST'))
77
# * In case of self-signed certificates
88
# o = Openbis(url=environ("OPENBIS_HOST"), verify_certificates=False)

0 commit comments

Comments
 (0)