Skip to content

Commit 2a1e15f

Browse files
authored
Merge pull request #92 from vfosterm-ssh/master
Change hostport typehint from string to int
2 parents 9acf86c + be39e8c commit 2a1e15f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

privx_api/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class BasePrivXAPI:
6565
def __init__(
6666
self,
6767
hostname: str,
68-
hostport: str,
68+
hostport: int,
6969
ca_cert: str,
7070
oauth_client_id: str,
7171
oauth_client_secret: str,

0 commit comments

Comments
 (0)