Skip to content

Commit 61cdcb6

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

prod_test.py

+3-1
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)