Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored and skorokithakis committed Nov 13, 2022
1 parent 431c88c commit 43380b3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion shortuuid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,11 @@

__version__ = "1.0.10"
__all__ = [
"decode", "encode", "get_alphabet", "random", "set_alphabet", "ShortUUID", "uuid"
"decode",
"encode",
"get_alphabet",
"random",
"set_alphabet",
"ShortUUID",
"uuid",
]

0 comments on commit 43380b3

Please sign in to comment.