Skip to content

Commit ec8c270

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

prod_test.py

Lines changed: 1 addition & 3 deletions
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)