Skip to content

Commit

Permalink
libyang: fix import order
Browse files Browse the repository at this point in the history
I prefer as it was, but isort doesn't, let's make him happy.

Fixes: b7adea4 ("schema: adds PNode and its exact variants")
Signed-off-by: Samuel Gauthier <[email protected]>
  • Loading branch information
samuel-gauthier committed Aug 2, 2024
1 parent dc5a726 commit a3132f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libyang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
PAction,
PActionInOut,
PAnydata,
Pattern,
PAugment,
PCase,
PChoice,
Expand All @@ -93,7 +94,6 @@
PRefine,
PType,
PUses,
Pattern,
Revision,
SAnydata,
SAnyxml,
Expand Down

0 comments on commit a3132f8

Please sign in to comment.