You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Say you want to convert all the imports in a codebase to be in import foo.bar.baz style, rather than from foo.bar import baz. Slicker should be able to do that!
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Say you want to convert all the imports in a codebase to be in
import foo.bar.baz
style, rather thanfrom foo.bar import baz
. Slicker should be able to do that!The text was updated successfully, but these errors were encountered: