Skip to content

Commit fb36e9e

Browse files
Black, removed six usage.
1 parent f4a4675 commit fb36e9e

34 files changed

+1734
-1488
lines changed

pymux/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-
from __future__ import unicode_literals

pymux/__main__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
"""
22
Make sure `python -m pymux` works.
33
"""
4-
from __future__ import unicode_literals
54
from .entry_points.run_pymux import run
65

7-
if __name__ == '__main__':
6+
if __name__ == "__main__":
87
run()

0 commit comments

Comments
 (0)