mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-28 20:53:35 +08:00
language/context: remove spurious argument
This commit is contained in:
parent
06914bbaa3
commit
c938e3f4f0
@ -48,7 +48,7 @@ class Argument(_AttributeKind):
|
||||
at instance creation.
|
||||
|
||||
"""
|
||||
def __init__(self, default=NoDefault, write_db=False):
|
||||
def __init__(self, default=NoDefault):
|
||||
self.default = default
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user