We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Given:
from sqlalchemy.dialects.postgresql import ARRAY from sqlalchemy.dialects.postgresql import array
Different values of PYTHONHASHSEED produce different results:
PYTHONHASHSEED
$ PYTHONHASHSEED=2856684698 isort --diff --force-single-line --force-sort-within-sections --dont-order-by-type t.py --- /Users/andy/tmp/t.py:before 2016-09-19 18:36:23 +++ /Users/andy/tmp/t.py:after 2016-09-19 18:41:25.119757 @@ -1,2 +1,2 @@ +from sqlalchemy.dialects.postgresql import array from sqlalchemy.dialects.postgresql import ARRAY -from sqlalchemy.dialects.postgresql import array $ PYTHONHASHSEED=2856684699 isort --diff --force-single-line --force-sort-within-sections --dont-order-by-type t.py
The text was updated successfully, but these errors were encountered:
Thanks for reporting this issue! Closing as it has now been resolved in develop and will make its way into the next release.
Thanks!
~Timothy
Sorry, something went wrong.
No branches or pull requests
Given:
Different values of
PYTHONHASHSEED
produce different results:The text was updated successfully, but these errors were encountered: