]> git.ipfire.org Git - thirdparty/python-fints.git/commit
Unify code style
authorRaphael Michel <mail@raphaelmichel.de>
Thu, 29 Nov 2018 17:29:55 +0000 (18:29 +0100)
committerRaphael Michel <mail@raphaelmichel.de>
Mon, 3 Dec 2018 18:35:35 +0000 (19:35 +0100)
commit292306c6ce9209c8886333232612af93c3720208
treed72957c69e98f68df74e8deeab0b190711a93360
parent343fbccaeca49eb0da15c085f6a6decac1dd9ef7
Unify code style
26 files changed:
fints/client.py
fints/dialog.py
fints/exceptions.py
fints/fields.py
fints/formals.py
fints/message.py
fints/parser.py
fints/security.py
fints/segments/accounts.py
fints/segments/auth.py
fints/segments/bank.py
fints/segments/base.py
fints/segments/debit.py
fints/segments/dialog.py
fints/segments/journal.py
fints/segments/message.py
fints/segments/saldo.py
fints/segments/statement.py
fints/segments/transfer.py
fints/types.py
fints/utils.py
tests/test_client.py
tests/test_formals.py
tests/test_message_parser.py
tests/test_message_serializer.py
tests/test_models.py