[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2023-08-18 19:40:21 +00:00
parent 8906c9d676
commit 920fcc4559

View File

@ -8,8 +8,8 @@ https://en.wikipedia.org/wiki/Octal
""" """
def octal_to_binary(octal_number: str) -> str:
def octal_to_binary(octal_number: str) -> str:
""" """
ValueError: String to the function ValueError: String to the function
>>> oct_to_decimal("Av") >>> oct_to_decimal("Av")
@ -51,4 +51,4 @@ def octal_to_binary(octal_number: str) -> str:
if __name__ == "__main__": if __name__ == "__main__":
import doctest import doctest
doctest.testmod() doctest.testmod()