Skip to content

Commit b58d872

Browse files
committed
De-duplicate __all__ in __init__.py with other modules
1 parent c4f9174 commit b58d872

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pyvips/__init__.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,10 +196,4 @@ def _remove_log_handler():
196196
from .vimage import *
197197
from .vregion import *
198198

199-
__all__ = [
200-
'Error', 'Image', 'Region', 'Introspect', 'Operation', 'GValue', 'Interpolate', 'GObject',
201-
'VipsObject', 'type_find', 'type_name', 'version', '__version__',
202-
'at_least_libvips', 'API_mode',
203-
'get_suffixes',
204-
'cache_set_max', 'cache_set_max_mem', 'cache_set_max_files',
205-
]
199+
__all__ = ['API_mode']

0 commit comments

Comments
 (0)