mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Make cache public (#3976)
* pulic cache * changelog * Apply suggestions from code review Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com> --------- Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
@@ -2,7 +2,7 @@ from __future__ import annotations, unicode_literals
|
||||
|
||||
import pytest
|
||||
|
||||
from textual._cache import FIFOCache, LRUCache
|
||||
from textual.cache import FIFOCache, LRUCache
|
||||
|
||||
|
||||
def test_lru_cache():
|
||||
|
||||
Reference in New Issue
Block a user