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

Fix some awkward imports #4659

Merged
merged 1 commit into from
Sep 28, 2024
Merged

Fix some awkward imports #4659

merged 1 commit into from
Sep 28, 2024

Conversation

satorg
Copy link
Contributor

@satorg satorg commented Sep 28, 2024

There are some imports in examples that look like import cats.implicits.catsStdInstancesForOption
I don't think we should ever suggest such imports.
This PR replaces such imports with the "officially" recommended import cats.syntax.all._

@satorg satorg self-assigned this Sep 28, 2024
@satorg satorg merged commit f4aec7f into typelevel:main Sep 28, 2024
16 checks passed
@satorg satorg deleted the fix-imports branch September 28, 2024 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants