Skip to content

Commit 4b228ff

Browse files
committed
isort + black
1 parent 84a1c5b commit 4b228ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_and_package.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import base64
22
import os
3-
import sys
43
import shutil
54
import subprocess
5+
import sys
66
from pathlib import Path
77

88
from jinja2 import Template
@@ -41,7 +41,7 @@
4141

4242
# Ultra-hacky time --- we can't put exports in here, so we either remove export labels on
4343
# functions or delete the whole line if it's the other two exports in the generated code.
44-
# Really, really hacky.
44+
# Really, really hacky.
4545
for i in range(len(js_lines)):
4646
line = js_lines[i]
4747
if line.strip().startswith("export function"):

0 commit comments

Comments
 (0)