Skip to content

Commit 3e2f761

Browse files
brentrubrentru
authored andcommitted
black example
1 parent cbb7541 commit 3e2f761

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/jwt_simpletest.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515

1616
# Generate a JWT
1717
print("Generating JWT...")
18-
encoded_jwt = adafruit_jwt.JWT.generate(claims, secrets["private_key"], algo="RS256")
18+
encoded_jwt = adafruit_jwt.JWT.generate(
19+
claims, secrets["private_key"], algo="RS256")
1920
print("Encoded JWT: ", encoded_jwt)
2021

2122
# Validate a provided JWT

0 commit comments

Comments
 (0)