We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fce4498 commit 78adbc0Copy full SHA for 78adbc0
nipype/interfaces/traits_extension.py
@@ -33,7 +33,7 @@
33
from traits.api import BaseUnicode
34
from traits.api import Unicode
35
36
-DictStrStr = traits.Dict((bytes,str,unicode), (bytes,str,unicode))
+DictStrStr = traits.Dict((bytes, str), (bytes, str))
37
Str = Unicode
38
39
class BaseFile(BaseUnicode):
0 commit comments