Skip to content

Commit a669e36

Browse files
committed
Remove unused __future__ import now that this is py3-only
1 parent ceff5c0 commit a669e36

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ninjatracing

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Usage:
2323
ninjatracing $BUILDDIR/.ninja_log > trace.json
2424
"""
2525

26-
from __future__ import print_function
2726
import json
2827
import os
2928
import optparse

0 commit comments

Comments
 (0)