Skip to content
This repository has been archived by the owner on Nov 11, 2022. It is now read-only.

Commit

Permalink
style: sort __all__
Browse files Browse the repository at this point in the history
Signed-off-by: César Román <thecesrom@gmail.com>
  • Loading branch information
cesarcoatl committed Mar 15, 2022
1 parent d947b00 commit 414b74b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__all__ = ["BasicQualifiedValue", "QualityCode", "QualifiedValue"]
__all__ = ["BasicQualifiedValue", "QualifiedValue", "QualityCode"]


from java.lang import Object
Expand Down

0 comments on commit 414b74b

Please sign in to comment.