Skip to content

Commit e640f1b

Browse files
Update st2common/st2common/fields.py
remove comment Co-authored-by: Jacob Floyd <cognifloyd@gmail.com>
1 parent 645acb5 commit e640f1b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

st2common/st2common/fields.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -365,9 +365,6 @@ def validate(self, value):
365365
def parse_field_value(self, value: Optional[Union[bytes, dict]]) -> dict:
366366
"""
367367
Parse provided binary field value and return parsed value (dictionary).
368-
369-
For example:
370-
371368
"""
372369
if not value:
373370
return self.default

0 commit comments

Comments
 (0)