Skip to content

Commit

Permalink
language/context: remove spurious argument
Browse files Browse the repository at this point in the history
sbourdeauducq committed Jan 10, 2015
1 parent 06914bb commit c938e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artiq/language/context.py
Original file line number Diff line number Diff line change
@@ -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


0 comments on commit c938e3f

Please sign in to comment.