Skip to content

Commit e3a4763

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

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)