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

Remove redundant import of 'dart:math' #1683

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

ksw2000
Copy link
Contributor

@ksw2000 ksw2000 commented Jun 14, 2024

Removes the redundant import of 'dart:math'. The package was imported twice, once with an alias and once without. Only the alias import ('dart:math' as math) is kept for clarity and to avoid potential conflicts.

Removes the redundant import of 'dart:math'. The package was imported twice, once with an alias and once without. Only the alias import ('dart:math' as math) is kept for clarity and to avoid potential conflicts.
@imaNNeo
Copy link
Owner

imaNNeo commented Aug 26, 2024

Ahhh, Good catch!
Thank you

@imaNNeo imaNNeo merged commit 5a9606b into imaNNeo:main Aug 26, 2024
This was referenced Aug 26, 2024
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

Successfully merging this pull request may close these issues.

None yet

2 participants