forked from M-Labs/artiq
language/context: remove spurious argument
This commit is contained in:
parent
06914bbaa3
commit
c938e3f4f0
|
@ -48,7 +48,7 @@ class Argument(_AttributeKind):
|
||||||
at instance creation.
|
at instance creation.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
def __init__(self, default=NoDefault, write_db=False):
|
def __init__(self, default=NoDefault):
|
||||||
self.default = default
|
self.default = default
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue