Skip to content

Commit

Permalink
Black, removed six usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanslenders committed Apr 25, 2020
1 parent f4a4675 commit fb36e9e
Show file tree
Hide file tree
Showing 34 changed files with 1,734 additions and 1,488 deletions.
1 change: 0 additions & 1 deletion pymux/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
from __future__ import unicode_literals
3 changes: 1 addition & 2 deletions pymux/__main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
"""
Make sure `python -m pymux` works.
"""
from __future__ import unicode_literals
from .entry_points.run_pymux import run

if __name__ == '__main__':
if __name__ == "__main__":
run()
Loading

0 comments on commit fb36e9e

Please sign in to comment.