Skip to content

Commit 98bf3e9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 878e26d commit 98bf3e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conversions/ascii_to_char.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
'a'
1111
"""
1212

13+
1314
def ascii_to_char(ascii_value: int) -> str:
1415
"""
1516
Convert an ASCII value to its corresponding character.
@@ -22,4 +23,5 @@ def ascii_to_char(ascii_value: int) -> str:
2223

2324
if __name__ == "__main__":
2425
import doctest
26+
2527
doctest.testmod()

0 commit comments

Comments
 (0)