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