Skip to content

Commit 7a9fe3f

Browse files
committed
Fix coding style violation
1 parent c5ff9a1 commit 7a9fe3f

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
@@ -481,6 +481,7 @@ def __init__(self, max, actual, io, src_path):
481481
self.max = max
482482
self.actual = actual
483483

484+
484485
class ValidationNotAnyOfError(ValidationFailedError):
485486
"""Signals validation failure: we required "actual" value to be
486487
from the list, but it turned out that it's not.

0 commit comments

Comments
 (0)