Skip to content

Commit c322645

Browse files
committed
remove clear_widgets as it makes qt a dep
Signed-off-by: Zen <[email protected]>
1 parent b497e61 commit c322645

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "zenlib"
7-
version = "1.6.1"
7+
version = "1.6.2"
88
authors = [
99
{ name="Desultory", email="[email protected]" },
1010
]

src/zenlib/util/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
from .update_init import update_init
66
from .walk_dict import walk_dict
77
from .check_dict import check_dict
8-
from .clear_widgets import clear_widgets
98
from .init_logger import init_logger
109
from .process_args import process_args
1110
from .init_argparser import init_argparser
1211

13-
__all__ = ['handle_plural', 'NoDupFlatList', 'pretty_print', 'replace_file_line', 'update_init', 'walk_dict', 'check_dict', 'clear_widgets', 'init_logger', 'process_args', 'init_argparser']
12+
__all__ = ['handle_plural', 'NoDupFlatList', 'pretty_print', 'replace_file_line', 'update_init', 'walk_dict', 'check_dict', 'init_logger', 'process_args', 'init_argparser']

src/zenlib/util/clear_widgets.py

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)