Skip to content

Commit

Permalink
flake fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nvmbrasserie committed Nov 20, 2024
1 parent 05d2a57 commit 9e2d517
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdnum/ru/ogrn.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def validate(text: str) -> bool:
raise InvalidChecksum()
return True


def format(text: str) -> Optional[str]:
"""Normalize the given string to a valid OGRN."""
if not isinstance(text, str):
Expand Down

0 comments on commit 9e2d517

Please sign in to comment.