Skip to content

Commit db97bf1

Browse files
style: format code with Black, ISort and Rustfmt
This commit fixes the style issues introduced in e95da10 according to the output from Black, ISort and Rustfmt. Details: #13
1 parent e95da10 commit db97bf1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

prod_test.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# This should be at the top.
2-
from __future__ import (
3-
print_function,
4-
)
2+
from __future__ import print_function
53

64
import math
75
import os

0 commit comments

Comments
 (0)