Skip to content

Commit fa2bbc0

Browse files
committed
Fix issues
1 parent 77f2531 commit fa2bbc0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
"beautifulsoup4",
5959
"PyYAML",
6060
"python-dateutil",
61-
"pyppeteer",
6261
"httpx",
6362
],
6463
# deprecated: dependency_links=dependency_links,

src/best_of/generators/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import List, Optional
22

33
from best_of import utils
4-
from best_of.generators import base_generator, markdown_gallery, markdown_list
4+
from best_of.generators import base_generator, markdown_list
55

66
AVAILABLE_GENERATORS: List[base_generator.BaseGenerator] = [
77
markdown_list.MarkdownListGenerator(),

0 commit comments

Comments
 (0)