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:
deepsource-autofix[bot] 2021-07-21 10:10:33 +00:00 committed by GitHub
parent c9af1a7aec
commit 7a641db3a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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, _):