diff --git a/fmtm_splitter/db.py b/fmtm_splitter/db.py index c96e686..22ff1d8 100644 --- a/fmtm_splitter/db.py +++ b/fmtm_splitter/db.py @@ -15,6 +15,7 @@ # along with fmtm-splitter. If not, see . # """DB models for temporary tables in splitBySQL.""" + import logging from typing import Union