Skip to content

Commit a3132f8

Browse files
libyang: fix import order
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]>
1 parent dc5a726 commit a3132f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libyang/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@
7979
PAction,
8080
PActionInOut,
8181
PAnydata,
82+
Pattern,
8283
PAugment,
8384
PCase,
8485
PChoice,
@@ -93,7 +94,6 @@
9394
PRefine,
9495
PType,
9596
PUses,
96-
Pattern,
9797
Revision,
9898
SAnydata,
9999
SAnyxml,

0 commit comments

Comments
 (0)