Skip to content

Commit

Permalink
fix Black style
Browse files Browse the repository at this point in the history
  • Loading branch information
AshirGuptash committed Apr 26, 2021
1 parent 0b13761 commit ddc35e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dyc/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(self, default=""):
self.default = default

def get_value(self, key, args, kwds):
""""""
""" """
if isinstance(key, str):
return kwds.get(key, self.default)
else:
Expand Down

0 comments on commit ddc35e6

Please sign in to comment.