Skip to content

Commit

Permalink
Fixed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Jun 25, 2018
1 parent 9846b76 commit 6734655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion param/parameterized.py
Expand Up @@ -1772,7 +1772,7 @@ def inspect_value(cls_or_slf,name): # pylint: disable-msg=E0213
@Parameters.deprecate
def _set_name(self,name):
return self.param._set_name(name)

@Parameters.deprecate
def __db_print(self,level,msg,*args,**kw):
return self.param.__db_print(level,msg,*args,**kw)
Expand Down

0 comments on commit 6734655

Please sign in to comment.