Skip to content

Commit

Permalink
DFReader.py - no need for else
Browse files Browse the repository at this point in the history
Co-authored-by: Peter Barker <pb-gh@barker.dropbear.id.au>
  • Loading branch information
shancock884 and peterbarker authored Mar 18, 2024
1 parent 05a1e1c commit 9ec328b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DFReader.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,8 +649,7 @@ def get_description(self,msg):
return None
if msg in data:
return data[msg].description.text
else:
return ""
return ""


class DFReader(object):
Expand Down

0 comments on commit 9ec328b

Please sign in to comment.