Skip to content

Commit

Permalink
Specify return type of FTDI devices
Browse files Browse the repository at this point in the history
Co-authored-by: Jonny Saunders <JLSaunders987@gmail.com>
  • Loading branch information
t-sasatani and sneakers-the-rat authored Nov 6, 2024
1 parent b913814 commit 1ed6e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miniscope_io/device_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def DevUpdate(
logger.info("Closed serial port")


def find_ftdi_device() -> list:
def find_ftdi_device() -> list[str]:
"""
Find FTDI devices connected to the computer.
"""
Expand Down

0 comments on commit 1ed6e46

Please sign in to comment.