Skip to content

Commit

Permalink
Split line to reduce line length
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed May 31, 2022
1 parent fdc6dc9 commit c8528e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion adafruit_ble/advertising/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,8 @@ class Advertisement:
"""

match_prefixes = ()
"""For Advertisement, `Advertisement.matches` will always return True. Subclasses may override this value."""
"""For Advertisement, `Advertisement.matches` will always return ``True``.
Subclasses may override this value."""
# cached bytes of merged prefixes.
_prefix_bytes = None

Expand Down

0 comments on commit c8528e1

Please sign in to comment.