Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Apr 28, 2020
1 parent b698f28 commit 3c85fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mush/requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class Value(Requirement):
ever use this.
"""

def __init__(self, key: ResourceKey=None, *, type_: type = None, default: Any = missing):
def __init__(self, key: ResourceKey = None, *, type_: type = None, default: Any = missing):
if isinstance(key, type):
if type_ is not None:
raise TypeError('type_ cannot be specified if key is a type')
Expand Down

0 comments on commit 3c85fd9

Please sign in to comment.