Skip to content

Commit 69e68a7

Browse files
committed
Fix pycodestyle violation
1 parent d09b0e3 commit 69e68a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kaitaistruct.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,7 @@ def __init__(self, max, actual, io, src_path):
444444
self.max = max
445445
self.actual = actual
446446

447+
447448
class ValidationNotAnyOfError(ValidationFailedError):
448449
"""Signals validation failure: we required "actual" value to be
449450
from the list, but it turned out that it's not.

0 commit comments

Comments
 (0)