From 485a17af262f855f43289a56bfc5c4477a0d6b2f Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Fri, 24 Mar 2023 18:38:29 -0400 Subject: [PATCH] Drop weird extra line from license headers --- piker/accounting/__init__.py | 1 - piker/accounting/_ledger.py | 6 +++++- piker/accounting/_mktinfo.py | 1 - piker/accounting/_pos.py | 1 - piker/accounting/_toml.py | 1 - 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/piker/accounting/__init__.py b/piker/accounting/__init__.py index 7d7fbb85..6455df95 100644 --- a/piker/accounting/__init__.py +++ b/piker/accounting/__init__.py @@ -12,7 +12,6 @@ # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License - # along with this program. If not, see . ''' diff --git a/piker/accounting/_ledger.py b/piker/accounting/_ledger.py index 14fca94c..3649e753 100644 --- a/piker/accounting/_ledger.py +++ b/piker/accounting/_ledger.py @@ -12,8 +12,12 @@ # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License - # along with this program. If not, see . + +''' +Trade and transaction ledger processing. + +''' from __future__ import annotations from contextlib import contextmanager as cm import os diff --git a/piker/accounting/_mktinfo.py b/piker/accounting/_mktinfo.py index 19f1b87e..0a301986 100644 --- a/piker/accounting/_mktinfo.py +++ b/piker/accounting/_mktinfo.py @@ -12,7 +12,6 @@ # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License - # along with this program. If not, see . ''' diff --git a/piker/accounting/_pos.py b/piker/accounting/_pos.py index 5bab2394..23c419fe 100644 --- a/piker/accounting/_pos.py +++ b/piker/accounting/_pos.py @@ -12,7 +12,6 @@ # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License - # along with this program. If not, see . ''' diff --git a/piker/accounting/_toml.py b/piker/accounting/_toml.py index 9b02970d..7ac91b06 100644 --- a/piker/accounting/_toml.py +++ b/piker/accounting/_toml.py @@ -12,7 +12,6 @@ # GNU Affero General Public License for more details. # You should have received a copy of the GNU Affero General Public License - # along with this program. If not, see . '''