Fix flake8 warnings.

This commit is contained in:
Chris Berkhout 2021-07-30 14:23:44 +02:00
parent 4f6dafcbeb
commit bc482957ec
4 changed files with 8 additions and 6 deletions

View file

@ -10,9 +10,11 @@ the Beancount format in mind.
Relevant sections of the Beancount documentation:
* `Commodities / Currencies <https://beancount.github.io/docs/beancount_language_syntax.html#commodities-currencies>`_
* `Commodities / Currencies
<https://beancount.github.io/docs/beancount_language_syntax.html#commodities-currencies>`_
* `Prices <https://beancount.github.io/docs/beancount_language_syntax.html#prices>`_
* `Fetching Prices in Beancount <https://beancount.github.io/docs/fetching_prices_in_beancount.html>`_
* `Fetching Prices in Beancount
<https://beancount.github.io/docs/fetching_prices_in_beancount.html>`_
Classes:

View file

@ -11,8 +11,10 @@ format.
Relevant sections of the Ledger manual:
* `Commodities and Currencies <https://www.ledger-cli.org/3.0/doc/ledger3.html#Commodities-and-Currencies>`_
* `Commoditized Amounts <https://www.ledger-cli.org/3.0/doc/ledger3.html#Commoditized-Amounts>`_
* `Commodities and Currencies
<https://www.ledger-cli.org/3.0/doc/ledger3.html#Commodities-and-Currencies>`_
* `Commoditized Amounts
<https://www.ledger-cli.org/3.0/doc/ledger3.html#Commoditized-Amounts>`_
Relevant sections of the hledger manual:

View file

@ -1,5 +1,4 @@
import logging
import sys
from abc import ABC, abstractmethod
from textwrap import TextWrapper

View file

@ -1,5 +1,4 @@
import logging
import sys
import pytest