Skip to content

Commit d8e56cc

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

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

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)