Skip to content

Commit a1e0923

Browse files
committed
Remove timeout from APIClient call
1 parent a53b137 commit a1e0923

File tree

1 file changed

+0
-1
lines changed
  • src/lvmnps/nps/implementations

1 file changed

+0
-1
lines changed

src/lvmnps/nps/implementations/dli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def __post_init__(self):
5454
self.user,
5555
self.password,
5656
auth_method="digest",
57-
timeout=3,
5857
)
5958

6059
self.outlets: dict[str, DLIOutletModel] = {}

0 commit comments

Comments
 (0)