Skip to content

Commit

Permalink
change to Optional[int] per review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tcfranks committed Jan 15, 2023
1 parent 050dc28 commit c3ab4bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_sgp40/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ def measure_index(
def _read_word_from_command(
self,
delay_ms: int = 10,
readlen: int = 1,
readlen: Optional[int] = 1,
) -> Optional[List[int]]:
"""_read_word_from_command - send a given command code and read the result back
Expand Down

0 comments on commit c3ab4bf

Please sign in to comment.