Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
zeehio committed Sep 9, 2023
1 parent 51e19c9 commit 455fd99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions parmap/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
from .parmap import map, map_async, starmap, starmap_async

__all__ = ['map', 'starmap', 'map_async', 'starmap_async']

__all__ = ["map", "starmap", "map_async", "starmap_async"]

0 comments on commit 455fd99

Please sign in to comment.