Skip to content

Commit 55e0e22

Browse files
committed
pylint: disable=unused-argument
1 parent 8414e1d commit 55e0e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nicegui/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,6 @@ def check_existence(self) -> None:
392392
stack_info=True)
393393

394394
@classmethod
395-
def prune_instances(cls, *, client_age_threshold: float = 60.0) -> None:
395+
def prune_instances(cls, *, client_age_threshold: float = 60.0) -> None: # pylint: disable=unused-argument
396396
"""Deprecated since client should self-delete"""
397397
helpers.warn_once('Client.prune_instances is deprecated and will be removed in a future version.')

0 commit comments

Comments
 (0)