Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dd3ab8

Browse files
committed
chore: changed _build_cache_key() to it's original form.
1 parent 2ba93f8 commit 0dd3ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/archunitpython/common/extraction/extract_graph.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def _build_cache_key(
8989
"""Build a stable cache key for graph extraction options."""
9090
return (
9191
project_path,
92-
tuple(sorted(set(exclude_patterns))),
92+
tuple(sorted(exclude_patterns)),
9393
ignore_type_checking_imports,
9494
)
9595

0 commit comments

Comments
 (0)