Skip to content

Instantly share code, notes, and snippets.

@Gatsby-Lee
Last active September 29, 2020 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Gatsby-Lee/8f9ce45d87c9d23f66dcab2057810da9 to your computer and use it in GitHub Desktop.
Save Gatsby-Lee/8f9ce45d87c9d23f66dcab2057810da9 to your computer and use it in GitHub Desktop.
### disabling pylint inline
# pylint: disable=protected-access
### typing example in function
qname: Optional[str] = None
ack_id: Union[int, str]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment