Skip to content

Commit 933d005

Browse files
committed
lint
1 parent 65e084f commit 933d005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iterative_telemetry/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ def _system_info():
187187
raise NotImplementedError
188188

189189

190-
@lru_cache
190+
@lru_cache(None)
191191
def _find_or_create_user_id():
192192
"""
193193
The user's ID is stored on a file under the global config directory.

0 commit comments

Comments
 (0)