Skip to content

Commit

Permalink
Update sphinx_needs/directives/needimport.py
Browse files Browse the repository at this point in the history
Co-authored-by: Marco Heinemann <[email protected]>
  • Loading branch information
chrisjsewell and ubmarco authored Sep 19, 2024
1 parent bc4cf42 commit 3997aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sphinx_needs/directives/needimport.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def docname(self) -> str:
class _ImportCache:
"""A simple cache for imported needs,
mapping a (path, mtime) to a dictionary of needs.
that is thread safe,
It's thread safe,
and has a maximum size when adding new items.
"""

Expand Down

0 comments on commit 3997aee

Please sign in to comment.