style fixes (per flake8)
This commit is contained in:
parent
4a878aa7bf
commit
60f879a1ad
5 changed files with 82 additions and 44 deletions
|
|
@ -9,9 +9,11 @@ import logging
|
|||
|
||||
from . import records
|
||||
from .records import Modals, Record
|
||||
from .basic import OffsetEntry, OffsetTable, NString, AString, real_t, Validation, \
|
||||
read_magic_bytes, write_magic_bytes, read_uint, EOFError, \
|
||||
InvalidDataError, InvalidRecordError
|
||||
from .basic import (
|
||||
OffsetEntry, OffsetTable, NString, AString, real_t, Validation,
|
||||
read_magic_bytes, write_magic_bytes, read_uint, EOFError,
|
||||
InvalidRecordError,
|
||||
)
|
||||
|
||||
|
||||
__author__ = 'Jan Petykiewicz'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue