Skip to content

Commit 1aa7190

Browse files
stepshaljaraco
authored andcommitted
Make exactly one space after comma. (#756)
1 parent 64727bb commit 1aa7190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg_resources/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def get_supported_platform():
276276

277277
__all__ = [
278278
# Basic resource access and distribution/entry point discovery
279-
'require', 'run_script', 'get_provider', 'get_distribution',
279+
'require', 'run_script', 'get_provider', 'get_distribution',
280280
'load_entry_point', 'get_entry_map', 'get_entry_info',
281281
'iter_entry_points',
282282
'resource_string', 'resource_stream', 'resource_filename',

0 commit comments

Comments
 (0)