Skip to content

Commit 3e2e946

Browse files
committed
remove lru_cache
1 parent 4b5795c commit 3e2e946

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

fastcore/foundation.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,6 @@ def read_config_file(file, **kwargs):
244244
return config['DEFAULT']
245245

246246
# Cell
247-
@lru_cache(maxsize=None)
248247
class Config:
249248
"Reading and writing `ConfigParser` ini files"
250249
def __init__(self, cfg_path, cfg_name):

nbs/02_foundation.ipynb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,7 +1878,6 @@
18781878
"outputs": [],
18791879
"source": [
18801880
"#export\n",
1881-
"@lru_cache(maxsize=None)\n",
18821881
"class Config:\n",
18831882
" \"Reading and writing `ConfigParser` ini files\"\n",
18841883
" def __init__(self, cfg_path, cfg_name):\n",

0 commit comments

Comments
 (0)