Skip to content

Commit 68c93fb

Browse files
Formatting
Signed-off-by: ClemensLinnhoff <[email protected]>
1 parent 5ac3985 commit 68c93fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ def generate(self):
116116
for source in self.osi_files:
117117
sys.stdout.write("Protobuf-compiling " + source + "\n")
118118
source_path = os.path.join(package_name, source)
119-
subprocess.check_call([self.find_protoc(), "--python_out=.", "--pyi_out=.", source_path])
119+
subprocess.check_call(
120+
[self.find_protoc(), "--python_out=.", "--pyi_out=.", source_path]
121+
)
120122

121123
def maybe_generate(self):
122124
if os.path.exists("osi_version.proto.in"):

0 commit comments

Comments
 (0)