Skip to content

Commit 8ed6a26

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

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)