Skip to content

Commit d5a1d30

Browse files
authored
Removed default argument
1 parent b931402 commit d5a1d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from setuptools import Extension, setup
2323
from setuptools.command.build_ext import build_ext
2424

25-
ParallelCompile("MAX_CONCURRENCY", default=0).install()
25+
ParallelCompile("MAX_CONCURRENCY").install()
2626

2727

2828
def get_version() -> str:

0 commit comments

Comments
 (0)