Skip to content

Commit 53978e4

Browse files
committed
Do not provide default positional argument
1 parent f36b34c commit 53978e4

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
@@ -129,7 +129,7 @@ def generate_combined_checksum(root):
129129
return hash_files(*gen_files, extra_data=extra_data)
130130

131131

132-
def build(setup_kwargs: Dict[str, Any]={}) -> None:
132+
def build(setup_kwargs: Dict[str, Any]) -> None:
133133
# Validate that the SWIG wrappers are generated from the latest
134134
# sources (if we have them)
135135
swigdir = PYCBF_ROOT / "SWIG"

0 commit comments

Comments
 (0)