Skip to content

Commit

Permalink
Update compilation_cache_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaka14732 committed Jun 26, 2024
1 parent 0cbda99 commit db96398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/compilation_cache_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def increment_event_count(event):


class InMemoryCache(CacheInterface):
'''An in-memory cache for testing purposes.'''
"""An in-memory cache for testing purposes."""

# not used, but required by `CacheInterface`
_path = pathlib.Path()
Expand Down

0 comments on commit db96398

Please sign in to comment.