Skip to content

Commit c50b1df

Browse files
committed
removing redundant test for str
1 parent 590826c commit c50b1df

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ncldDump/ncldDump.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ def parseType(obj):
105105

106106
if True == isinstance(obj, string_types):
107107
result = ''
108-
elif True == isinstance(obj, str):
109-
result = ''
110108
elif True == isinstance(obj, numpy.int8):
111109
result = 'b'
112110
elif True == isinstance(obj, numpy.uint8):

0 commit comments

Comments
 (0)