Fix function in FakeModule.
This commit is contained in:
parent
ce3ed1e52f
commit
92fb403871
@ -6,7 +6,7 @@ except ImportError:
|
||||
class FakeModule:
|
||||
|
||||
@staticmethod
|
||||
def _fun(**kwargs):
|
||||
def _fun(*args, **kwargs):
|
||||
pass
|
||||
|
||||
def __getattr__(self, _):
|
||||
|
Loading…
x
Reference in New Issue
Block a user