Skip to content

Commit c4f9174

Browse files
committed
Reformat
1 parent 9f4191e commit c4f9174

File tree

3 files changed

+15
-8
lines changed

3 files changed

+15
-8
lines changed

pyvips/error.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,8 @@ def __str__(self):
7272

7373

7474
__all__ = [
75-
'_to_bytes', '_to_string', '_to_string_copy', 'Error',
75+
'_to_bytes',
76+
'_to_string',
77+
'_to_string_copy',
78+
'Error'
7679
]

pyvips/vdecls.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,4 @@ def cdefs(features):
480480
return code
481481

482482

483-
__all__ = [
484-
'cdefs'
485-
]
483+
__all__ = ['cdefs']

pyvips/voperation.py

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -593,10 +593,16 @@ def operation_block_set(name, state):
593593

594594

595595
__all__ = [
596-
'Introspect', 'Operation',
597-
'cache_set_max', 'cache_set_max_mem', 'cache_set_max_files',
596+
'Introspect',
597+
'Operation',
598+
'cache_set_max',
599+
'cache_set_max_mem',
600+
'cache_set_max_files',
598601
'cache_set_trace',
599-
'cache_get_max', 'cache_get_max_mem', 'cache_get_max_files',
602+
'cache_get_max',
603+
'cache_get_max_mem',
604+
'cache_get_max_files',
600605
'cache_get_size',
601-
'block_untrusted_set', 'operation_block_set',
606+
'block_untrusted_set',
607+
'operation_block_set'
602608
]

0 commit comments

Comments
 (0)