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
Black fa6caa
Playground link
--line-length=88 --safe
--line-length=88
--safe
@gen_test() async def test_eq(): async with Cluster( asynchronous=True, name="A", ) as clusterA, Cluster( asynchronous=True, name="A2", ) as clusterA2, Cluster( asynchronous=True, name="B", ) as clusterB: assert clusterA != "A" assert not (clusterA == "A") assert clusterA == clusterA assert not (clusterA != clusterA) assert clusterA != clusterA2 assert not (clusterA == clusterA2) assert clusterA != clusterB assert not (clusterA == clusterB)
@gen_test() async def test_eq(): async with Cluster(asynchronous=True, name="A",) as clusterA, Cluster( asynchronous=True, name="A2", ) as clusterA2, Cluster( asynchronous=True, name="B", ) as clusterB: assert clusterA != "A" assert not (clusterA == "A") assert clusterA == clusterA assert not (clusterA != clusterA) assert clusterA != clusterA2 assert not (clusterA == clusterA2) assert clusterA != clusterB assert not (clusterA == clusterB)
idempotency
The text was updated successfully, but these errors were encountered:
I think black should emit an internal error if it emits a ,) outside a tuple, or a ,] or ,}
,)
,]
,}
Sorry, something went wrong.
Feels similar to #1671.
No branches or pull requests
Black fa6caa
Playground link
Options
--line-length=88
--safe
Input
Output
Expected
idempotency
The text was updated successfully, but these errors were encountered: