Add the bound instance as method parameter (#8466)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
This commit is contained in:
parent
c9af1a7aec
commit
7a641db3a5
|
@ -429,7 +429,7 @@ class LoggerCollection(LightningLoggerBase):
|
|||
class DummyExperiment(object):
|
||||
""" Dummy experiment """
|
||||
|
||||
def nop(*args, **kw):
|
||||
def nop(self, *args, **kw):
|
||||
pass
|
||||
|
||||
def __getattr__(self, _):
|
||||
|
|
Loading…
Reference in New Issue