Skip to content

Commit

Permalink
Fixed line-too-long
Browse files Browse the repository at this point in the history
  • Loading branch information
evaherrada committed Jun 10, 2021
1 parent 3e54af3 commit fff49a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_io/adafruit_io.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def validate_feed_key(feed_key):
re.match(r"^[a-zA-Z0-9-]+((\/|\.)[a-zA-Z0-9-]+)?$", feed_key)
): # validate key naming scheme
raise TypeError(
"Feed key must contain English letters, numbers, dash, and one period or one forward slash."
"Feed key must contain English letters, numbers, dash, and a period or a forward slash."
)


Expand Down

0 comments on commit fff49a2

Please sign in to comment.