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 2cfde6b commit 6ac559eCopy full SHA for 6ac559e
setup.py
@@ -41,7 +41,7 @@
41
extras_require = {} # TODO: to be removed when the above is added
42
43
setup(name='schema-salad',
44
- version='1.11',
+ version='1.12',
45
description='Schema Annotations for Linked Avro Data (SALAD)',
46
long_description=open(README).read(),
47
author='Common workflow language working group',
typeshed/2.7/argparse.pyi
@@ -123,7 +123,7 @@ class _ActionsContainer:
123
def set_defaults(self, **kwargs): ...
124
def get_default(self, dest): ...
125
def add_argument(self,
126
- *args: str,
+ *args: Union[str, unicode],
127
action: Union[str, Action] = ...,
128
nargs: str = ...,
129
const: Any = ...,
0 commit comments