Skip to content

Commit 1765fa5

Browse files
Cleanup unnecessary arg
1 parent 7c68330 commit 1765fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extract_msg/msg_classes/msg.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -843,7 +843,7 @@ def areStringsUnicode(self) -> bool:
843843
"""
844844
Whether the strings are Unicode encoded or not.
845845
"""
846-
val = self.getPropertyVal('340D0003', None)
846+
val = self.getPropertyVal('340D0003')
847847
if val is None:
848848
# Try to get this value from the parent.
849849
if self.prefix:

0 commit comments

Comments
 (0)