Fix flake8 warnings.
This commit is contained in:
parent
4f6dafcbeb
commit
bc482957ec
4 changed files with 8 additions and 6 deletions
|
@ -10,9 +10,11 @@ the Beancount format in mind.
|
||||||
|
|
||||||
Relevant sections of the Beancount documentation:
|
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>`_
|
* `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:
|
Classes:
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,10 @@ format.
|
||||||
|
|
||||||
Relevant sections of the Ledger manual:
|
Relevant sections of the Ledger manual:
|
||||||
|
|
||||||
* `Commodities and Currencies <https://www.ledger-cli.org/3.0/doc/ledger3.html#Commodities-and-Currencies>`_
|
* `Commodities and Currencies
|
||||||
* `Commoditized Amounts <https://www.ledger-cli.org/3.0/doc/ledger3.html#Commoditized-Amounts>`_
|
<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:
|
Relevant sections of the hledger manual:
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import logging
|
import logging
|
||||||
import sys
|
|
||||||
from abc import ABC, abstractmethod
|
from abc import ABC, abstractmethod
|
||||||
from textwrap import TextWrapper
|
from textwrap import TextWrapper
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
import logging
|
import logging
|
||||||
import sys
|
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue