Skip to content

Commit 1cdb3b2

Browse files
committed
Added black configuration + reformat
1 parent df2d0f5 commit 1cdb3b2

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

javaobj/v1/unmarshaller.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def __init__(self, stream, use_numpy_arrays=False):
114114
try:
115115
global numpy
116116
import numpy as np
117+
117118
numpy = np
118119
except ImportError:
119120
pass

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tool.black]
2+
line-length = 79

0 commit comments

Comments
 (0)