Skip to content

Commit 3573988

Browse files
committed
revert **kwd in base.Results.initialize()
1 parent fdbd430 commit 3573988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spglm/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def __init__(self, model, params, **kwd):
2020
self.initialize(model, params, **kwd)
2121
self._data_attr = []
2222

23-
def initialize(self, model, params):
23+
def initialize(self, model, params, **kwd): # noqa ARG002
2424
self.params = params
2525
self.model = model
2626
if hasattr(model, "k_constant"):

0 commit comments

Comments
 (0)