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

Is there a way to refactor and move a variable to a new file and update imports? #832

Open
himat opened this issue Oct 12, 2022 · 1 comment
Assignees

Comments

@himat
Copy link

himat commented Oct 12, 2022

Ex. I want to move foo to a new file a2.py and have the import in b.py auto update to use that new path.
Is this possible?

# a.py

def foo():
    pass
# b.py

from a import foo

def bar():
    return foo()
@fannheyward
Copy link
Owner

No such feature yet.

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