We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8414e1d commit 55e0e22Copy full SHA for 55e0e22
nicegui/client.py
@@ -392,6 +392,6 @@ def check_existence(self) -> None:
392
stack_info=True)
393
394
@classmethod
395
- def prune_instances(cls, *, client_age_threshold: float = 60.0) -> None:
+ def prune_instances(cls, *, client_age_threshold: float = 60.0) -> None: # pylint: disable=unused-argument
396
"""Deprecated since client should self-delete"""
397
helpers.warn_once('Client.prune_instances is deprecated and will be removed in a future version.')
0 commit comments