Skip to content

Commit 487cec5

Browse files
schema: fix missing line
For some reason, my tox env did not detect it. Fix it. Fixes: b7adea4 ("schema: adds PNode and its exact variants") Signed-off-by: Samuel Gauthier <[email protected]>
1 parent 41a4f74 commit 487cec5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libyang/schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
str2c,
1717
)
1818

19+
1920
# -------------------------------------------------------------------------------------
2021
def schema_in_format(fmt_string: str) -> int:
2122
if fmt_string == "yang":

0 commit comments

Comments
 (0)