diff options
Diffstat (limited to 'python/report_ops/utils.py')
| -rw-r--r-- | python/report_ops/utils.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/python/report_ops/utils.py b/python/report_ops/utils.py index 1e610510..83c39fc1 100644 --- a/python/report_ops/utils.py +++ b/python/report_ops/utils.py @@ -17,7 +17,6 @@ import re from zoneinfo import ZoneInfo from .misc import _recipients, _cc_recipients from tabulate import tabulate -from serenitas.utils.db import dbconn logger = logging.getLogger(__name__) @@ -329,7 +328,7 @@ class CBMonitor( </style> </head> <body> - Good morning,<br><br>We see a projected overdraft on the below dates. Please move to cover and confirm:<br><br>{cls.to_tabulate()} + Good morning,<br><br>We see a projected overdraft on the below dates. Please move to cover:<br><br>{cls.to_tabulate()} </body> </html>""" ), |
