Skip to content

Commit 7d6ffd5

Browse files
committed
rm "from __future__ import annotations"
1 parent ffb8694 commit 7d6ffd5

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

fastcore/xtras.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22

33
# AUTOGENERATED! DO NOT EDIT! File to edit: ../nbs/03_xtras.ipynb.
44

5-
# %% ../nbs/03_xtras.ipynb #ecd054a6
6-
from __future__ import annotations
7-
85
# %% auto #0
96
__all__ = ['spark_chars', 'UNSET', 'walk', 'exttypes', 'globtastic', 'pglob', 'maybe_open', 'mkdir', 'image_size', 'img_bytes',
107
'detect_mime', 'bunzip', 'loads', 'loads_multi', 'dumps', 'untar_dir', 'repo_details', 'shell', 'ssh',
@@ -19,6 +16,10 @@
1916
'CachedIter', 'CachedAwaitable', 'reawaitable', 'is_async_callable', 'maybe_await', 'noopa', 'flexicache',
2017
'time_policy', 'mtime_policy', 'timed_cache']
2118

19+
# %% ../nbs/03_xtras.ipynb #ecd054a6
20+
#| export
21+
22+
2223
# %% ../nbs/03_xtras.ipynb #3401d507
2324
from .imports import *
2425
from .foundation import *

nbs/03_xtras.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717
"metadata": {},
1818
"outputs": [],
1919
"source": [
20-
"#| export\n",
21-
"from __future__ import annotations"
20+
"#| export\n"
2221
]
2322
},
2423
{

0 commit comments

Comments
 (0)