mirror of
https://github.com/agessaman/meshcore-bot.git
synced 2026-07-17 11:31:53 +00:00
Revised type hints in the PacketCaptureService class to use lowercase 'list' and 'dict' instead of 'List' and 'Dict', enhancing code readability and consistency with Python's typing conventions. Adjusted optional parameters to use the new union syntax for better clarity. No functional changes were made.