Skip to content

Commit eda5a1e

Browse files
style: format code with Black, isort and Rustfmt
This commit fixes the style issues introduced in a23b723 according to the output from Black, isort and Rustfmt. Details: #14
1 parent a23b723 commit eda5a1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prod_test.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This should be at the top.
2-
from __future__ import print_function
2+
from __future__ import (
3+
print_function,
4+
)
35

46
import math
57
import os

0 commit comments

Comments
 (0)