Skip to content

Add typization for all processing functions #11

@dkushche

Description

@dkushche

What we have now:
def issue_cert_processing(cert_info, cert_exts, username):

What I want to see(or something like this):
def issue_cert_processing(cert_info: list, cert_exts: list, username: string) -> None:

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions