Skip to content

Commit 09f8b2f

Browse files
committed
fix: type hint
1 parent 1fb4469 commit 09f8b2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ayon_server/access/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ class AccessChecker:
285285
is_none (bool): A flag indicating if the user has unrestricted access.
286286
"""
287287

288-
def __init__(self):
288+
def __init__(self) -> None:
289289
self.root = TrieNode()
290290
self.exact_paths = set()
291291
self.is_none = False

0 commit comments

Comments
 (0)