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

I noticed this one: #111

Closed
Simpdaddyjosh opened this issue Nov 8, 2022 · 2 comments
Closed

I noticed this one: #111

Simpdaddyjosh opened this issue Nov 8, 2022 · 2 comments

Comments

@Simpdaddyjosh
Copy link

I noticed this one:

-    df["category"] = Series(
-        np.array(list("abcdefghij")).take(np.random.randint(0, 10, size=n))
-    ).astype("category")
+    df["category"] = (
+        Series(
+            np.array(list("abcdefghij")).take(np.random.randint(0, 10, size=n))
+        ).astype("category")
+    )

which I realize is another example of what you meant by 2.

Originally posted by @JelleZijlstra in psf/black#3368 (comment)

@JelleZijlstra
Copy link

Don't know what this is about but I definitely didn't intend my comment to become an issue on an unrelated repo.

@miguelmtzinf
Copy link
Collaborator

another day another bot
nvm @JelleZijlstra !

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

3 participants