Skip to content

Commit fa55da3

Browse files
committed
Black
1 parent 1b2611e commit fa55da3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

tasks/env.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ def get_version():
1515
version = fh.read().strip()
1616

1717
return version
18-

tasks/libs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"numpy": {
1515
"env": {"NPY_NUM_BUILD_JOBS": USABLE_CPUS},
1616
},
17-
"pyfaasm": {}
17+
"pyfaasm": {},
1818
}
1919

2020
MODIFIED_LIBS_EXPERIMENTAL = {

0 commit comments

Comments
 (0)