Skip to content

Fix for Unused import#823

Merged
Andrey1994 merged 1 commit intomasterfrom
finding-autofix-9338de89
Apr 26, 2026
Merged

Fix for Unused import#823
Andrey1994 merged 1 commit intomasterfrom
finding-autofix-9338de89

Conversation

@Andrey1994
Copy link
Copy Markdown
Member

To fix this, remove the unused datetime import from emulator/brainflow_emulator/biolistener_emulator.py.

Best single change without affecting functionality:

  • In the import block at the top of the file, delete import datetime.
  • Keep all other imports unchanged.

No new methods, definitions, or external dependencies are needed.

Suggested fixes powered by Copilot Autofix. Review carefully before merging.

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
@Andrey1994 Andrey1994 marked this pull request as ready for review April 26, 2026 16:26
@Andrey1994 Andrey1994 merged commit 82d8689 into master Apr 26, 2026
0 of 38 checks passed
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.

1 participant