From f169676bd89fa98560b9ae31e25e3923aeda13bd Mon Sep 17 00:00:00 2001 From: docktermj Date: Wed, 29 Jan 2025 09:01:41 -0500 Subject: [PATCH] Fix black issue --- src/senzing_truthset/customers.py | 2 +- src/senzing_truthset/datasources.py | 2 +- src/senzing_truthset/watchlist.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/senzing_truthset/customers.py b/src/senzing_truthset/customers.py index d9bcf00..4d2de84 100755 --- a/src/senzing_truthset/customers.py +++ b/src/senzing_truthset/customers.py @@ -1,4 +1,4 @@ -""" TruthSet data for CUSTOMER """ +"""TruthSet data for CUSTOMER""" from typing import Any, Dict diff --git a/src/senzing_truthset/datasources.py b/src/senzing_truthset/datasources.py index 9fbacbc..8c0d41c 100755 --- a/src/senzing_truthset/datasources.py +++ b/src/senzing_truthset/datasources.py @@ -1,4 +1,4 @@ -""" TruthSet datasources """ +"""TruthSet datasources""" from typing import Any, Dict diff --git a/src/senzing_truthset/watchlist.py b/src/senzing_truthset/watchlist.py index 2894a4e..a7ae9e7 100755 --- a/src/senzing_truthset/watchlist.py +++ b/src/senzing_truthset/watchlist.py @@ -1,4 +1,4 @@ -""" TruthSet data for WATCHLIST """ +"""TruthSet data for WATCHLIST""" from typing import Any, Dict