Skip to content

Commit 895290c

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

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)