Skip to content

Commit 3e043a5

Browse files
committed
Stop exporting UserDict import
1 parent a9a765b commit 3e043a5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

fasthtml/components.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
# %% ../nbs/api/01_components.ipynb
2020
from dataclasses import dataclass, asdict, is_dataclass, make_dataclass, replace, astuple, MISSING
2121
from bs4 import BeautifulSoup, Comment
22-
from collections import UserDict
2322
from typing import Literal, Mapping, Optional
2423

2524
from fastcore.utils import *

nbs/api/01_components.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"#| export\n",
3030
"from dataclasses import dataclass, asdict, is_dataclass, make_dataclass, replace, astuple, MISSING\n",
3131
"from bs4 import BeautifulSoup, Comment\n",
32-
"from collections import UserDict\n",
3332
"from typing import Literal, Mapping, Optional\n",
3433
"\n",
3534
"from fastcore.utils import *\n",
@@ -51,6 +50,7 @@
5150
"metadata": {},
5251
"outputs": [],
5352
"source": [
53+
"from collections import UserDict\n",
5454
"from lxml import html as lx\n",
5555
"from pprint import pprint"
5656
]

0 commit comments

Comments
 (0)