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

Examples should use import pysketcher as ps instead of import * from pysketcher #417

Open
rvodden opened this issue Mar 13, 2022 · 0 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@rvodden
Copy link
Owner

rvodden commented Mar 13, 2022

  • What is the current behaviour?
    Many of the examples use the old, deprecated, import mechanism import * from pysketcher

  • Please provide the steps to reproduce and if possible a minimal demo of the problem
    Have a look through the examples

  • What is the expected behaviour?
    Examples should use import pysketcher as ps

  • What is the motivation / use case for changing the behaviour? That is, what does this bug prevent PySketcher users from doing?
    It means that the examples will represent the behaviour we'd like our users to adopt.

  • Please tell us about your environment:

    • Version: 0.0.10
    • OS: [all | Linux | MacOS | Windows ]
    • Python Version: [all | 3.8 | 3.9 | 3.10]
  • Other information (e.g. detailed explanation, stacktraces, related issues, suggestions how to fix, links for us to have context, eg. stackoverflow, gitter, etc)

@rvodden rvodden added bug Something isn't working documentation Improvements or additions to documentation labels Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant