Skip to content

Commit

Permalink
more 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 43380b3 commit 5d766b4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions shortuuid/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +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 5d766b4

Please sign in to comment.