Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generating NoneType hints #73

Closed
johnarnold opened this issue Feb 16, 2018 · 1 comment
Closed

Generating NoneType hints #73

johnarnold opened this issue Feb 16, 2018 · 1 comment

Comments

@johnarnold
Copy link
Contributor

Just saw NoneType hints generated on a method. I thought this was fixed.

I'll set up a repro.

e.g.

@staticmethod
    def _get_templates(device_name: str, device_templating: Dict[str, Dict[str, Union[str, NoneType]]], jinja_env: Environment, build_info: OrderedDict, step: str) -> Union[Tuple[Template, Template], Tuple[Template, NoneType]]:
    
@carljm
Copy link
Contributor

carljm commented Feb 17, 2018

Nope, known issue, in fact it's issue #5; closing this as dupe. If you can submit a repro that'd be great!

@carljm carljm closed this as completed Feb 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants